miller/cmd/experiments/dsl_parser
John Kerl ced5e43065
Simplify the internal AST API (#1946)
* Simplify the internal AST API

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating, bisecting

* mlr.bnf neatens

* update old/experimental .bnf files

* More AST method-name changes
2026-02-01 15:15:49 -05:00
..
one Use GOCC fork for performance improvement (#1934) 2026-01-10 16:48:53 -05:00
two Simplify the internal AST API (#1946) 2026-02-01 15:15:49 -05:00
.vimrc replace - with _ in *.go filenames 2022-01-23 23:22:55 -05:00
README.md replace - with _ in *.go filenames 2022-01-23 23:22:55 -05:00

Running the GOCC parser-generator for the full Miller grammar takes a few minutes. That's a bit painful for experimentation; hence this.