Files
dolt/nomdl/pkg
Erik Arvidsson cdcf952270 Update TypeRef comment and get rid of useless param
The name param of MakeCompoundTypeRef is always the empty string.

I didn't change the underlying storage or serialization.

Fixes #436, #477
2015-10-26 15:35:45 -04:00
..
2015-09-28 16:08:22 -07:00
2015-09-28 16:08:22 -07:00
2015-09-28 16:08:22 -07:00

Noms type language parser

The parser for the Noms type language is currently generated using Pigeon (https://github.com/PuerkitoBio/pigeon) and goimports. To get the packages needed to work on the parser, run

go get -u github.com/PuerkitoBio/pigeon github.com/bradfitz/goimports

Once these are set up, simply run go generate to generate go code for the parser.