miller/internal/pkg/parsing/doc.go
2021-11-11 14:15:13 -05: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