miller/pkg
John Kerl af1adf80ad
Replace GOCC parser-generator with PGPG (#2015)
* Porting

* Update some tests that depend on AST-print output

* iterating on GOCC -> PGPG

* iterating

* iterating

* iterating

* iterating

* iterating

* Modify expout files that need only AST-print-syntax updates

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* iterating

* sync test cases from mlr-6.17.0, except AST-prints ...

* sync test cases from mlr-6.17.0, except AST-prints ...

* Fix lashed emit for $* and @*

* Fix --1 and ++1 chained unary ops

* Emit with function callsite

* test cases

* dot operator

* M_PI and M_E

* Iterating on lashed emit cases

* error-wording differences

* rm some should-fail files

* Fix issue with leading semicolon

* trailing comma in func params; most AST-print deltas

* error-wording delta

* fix unset all

* AST-print deltas

* go mod tidy: forced `go 1.25` to `go 1.25.0`

* Depend on PGPG v1.0.0

* Fix Windows CI failure

* Remove cmd/experiments/dsl_parser

* GOCC -> PGPG

* neaten

* Fix regex issue found in doc gen
2026-03-15 22:28:57 -04:00
..
auxents Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
bifs Fix #1784: inconsistent mapexcept behavior (#2004) 2026-03-02 23:41:32 -05:00
cli Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
climain Improve error propagation (#1975) 2026-02-16 16:48:41 -05:00
colorizer Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
dkvpx Add DKVPX file format (#2002) 2026-03-02 22:35:08 -05:00
dsl Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
entrypoint Improve error propagation (#1975) 2026-02-16 16:48:41 -05:00
go-csv Some fixes for staticcheck (#2006) 2026-03-03 09:27:03 -05:00
input Some fixes for staticcheck (#2006) 2026-03-03 09:27:03 -05:00
lib Follow-up for #1981 (#1982) 2026-02-18 10:25:21 -05:00
mlrval Simplify positional-indexing syntax in mlr.bnf; push logic to .go source (#2008) 2026-03-04 21:48:09 -05:00
output Some fixes for staticcheck (#2006) 2026-03-03 09:27:03 -05:00
parsing Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
pbnjay-strptime Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
platform Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
runtime Experiment with mlr script (#2009) 2026-03-05 20:14:32 -05:00
scan Performance and style fixes (#1981) 2026-02-18 09:19:31 -05:00
stream Multiple style updates (#1974) 2026-02-16 15:49:21 -05:00
terminals Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
transformers Replace GOCC parser-generator with PGPG (#2015) 2026-03-15 22:28:57 -04:00
types Update performance docs (#1991) 2026-02-22 17:04:35 -05:00
version Post-6.17.0 2026-02-21 09:40:15 -05:00
README.md Export library code in pkg/ (#1391) 2023-09-10 17:15:13 -04:00

Please see ../../README-dev.md for an overview; please see each subdirectory for details about it.