miller/pkg/parsing/doc.go
John Kerl 268a96d002
Export library code in pkg/ (#1391)
* Export library code in `pkg/`

* new doc page
2023-09-10 17:15:13 -04:00

4 lines
224 B
Go

// Package parsing contains the single source file mlr.bnf, which is the
// lexical/semantic grammar file for the Miller put/filter DSL using the GOCC
// framework. Go source files are autogenerated by GOCC.
package parsing