golemon
golemon copied to clipboard
Port of the lemon parser generator to the Go programming language
Results
2
golemon issues
Sort by
recently updated
recently updated
newest added
The idea is to simulate c #define by parsing the output file generated from lempar.go, and replace tags by extra parameter code
Attempting to install on Go 1.0 produces the following errors: $ go get -v github.com/nsf/golemon github.com/nsf/golemon (download) github.com/nsf/golemon # github.com/nsf/golemon ../nsf/golemon/lempar.go:13: syntax error: unexpected % ../nsf/golemon/lempar.go:63: non-declaration statement outside function...