Files
dolt/nomdl/pkg
Benjamin Kalman 9a3e73779d Make types.Ref implement the OrderedValue interface.
This fixes the bug where compoundSets/Maps of refs are ordered by their
type.Ref's Ref, rather than their type.Ref's TargetRef.
2015-12-14 11:28:38 -08:00
..
2015-11-09 12:43:18 -08:00
2015-11-13 17:54:53 -05:00
2015-12-11 14:46:16 -08: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 golang.org/x/tools/cmd/goimports

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