Files
dolt/nomdl/pkg
Chris Masone 3dc61b673c Add functions to codegen.go for generating dependency code
This adds code for finding imported type packages and generating
code for them, but does not yet handle generating code that uses
those types.

Towards issue #294
2015-10-04 18:05:50 -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.