feat/schema: add parser

This commit is contained in:
mae
2026-01-26 20:52:51 -06:00
parent 2526d34f21
commit 5f9467e851
13 changed files with 2860 additions and 913 deletions

7
schema/parser/context.go Normal file
View 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{}