8 lines
189 B
Go
8 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{}
|