feat/schema: add parser
This commit is contained in:
7
schema/parser/context.go
Normal file
7
schema/parser/context.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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{}
|
||||
Reference in New Issue
Block a user