miller/cmd/experiments/dsl_parser
John Kerl 5eb40c9e7b
Multiple style updates (#1974)
* Comment style

* IRecordTransformer -> RecordTransfomer

* make fmt

* else-return style mod

* snake-case -> camel-case

* Remove redundant err = nil and similar zero-value initializations.

* redundant break;

* bugfix

* neaten

* typofix

* simplify/standardize init of zero-length slices

* Standardize fmt.Fprintf w/ errors

* fix double print of "mlr:"

* neatening

* Uniformize error messages

* make docs

* avoid shadowing package names

* shorten some receiver names
2026-02-16 15:49:21 -05:00
..
one Use GOCC fork for performance improvement (#1934) 2026-01-10 16:48:53 -05:00
two Multiple style updates (#1974) 2026-02-16 15:49:21 -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.