Use GOCC fork for performance improvement (#1934)

* Use GOCC fork for performance improvement

* fix versions
This commit is contained in:
John Kerl 2026-01-10 16:48:53 -05:00 committed by GitHub
parent 4ce21e998b
commit eb972e19eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 21 additions and 66 deletions

View file

@ -7,7 +7,7 @@
// GRAMMAR FOR THE MILLER DOMAIN-SPECIFIC LANGUAGE
//
// This is the Miller DSL's BNF grammar, using the awesome GOCC tool framework
// from https://github.com/goccmack/gocc.
// from https://github.com/goccmack/gocc (forked at https://github.com/johnkerl/gocc).
//
// The first section is lexical elements and the second section is syntactical
// elements. These are the analogs of lex and yacc, respectively, using a