mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-29 10:41:05 -06:00
This fixes the bug where compoundSets/Maps of refs are ordered by their type.Ref's Ref, rather than their type.Ref's TargetRef.
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.