mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
4 lines
224 B
Go
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
|