mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
7 lines
189 B
Go
7 lines
189 B
Go
// Code generated by gocc; DO NOT EDIT.
|
|
|
|
package parser
|
|
|
|
// Parser-specific user-defined and entirely-optional context,
|
|
// accessible as '$Context' in SDT actions.
|
|
type Context interface{}
|