Files
dolt/nomdl/parse
Chris Masone 8660c518db Add comments to NomDL
Both // and /* */ comments are supported, per your C/C++ expectations.

Closes issue #293
2015-09-15 16:42:04 -07:00
..
2015-09-11 17:08:33 -07:00
2015-09-15 16:42:04 -07:00
2015-09-15 16:42:04 -07:00
2015-09-15 16:42:04 -07:00
2015-09-15 09:12:46 -07:00
2015-09-11 17:08:33 -07:00
2015-09-11 17:08:33 -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.