Files
dolt/nomdl/pkg
Ben Kalman 6187e76325 Replace stretchr/testify with attic-labs/testify (#1637)
This removes the httptest flag in usage for every command.
2016-05-25 13:13:55 -07:00
..
2016-05-02 15:35:27 -07:00
2016-05-02 15:35:27 -07:00
2016-05-02 15:35:27 -07:00
2016-05-02 15:35:27 -07:00
2015-12-11 14:46:16 -08: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 golang.org/x/tools/cmd/goimports

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