aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar.go
diff options
context:
space:
mode:
Diffstat (limited to 'spec/grammar.go')
-rw-r--r--spec/grammar.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/grammar.go b/spec/grammar.go
index 8403308..825fc2c 100644
--- a/spec/grammar.go
+++ b/spec/grammar.go
@@ -22,6 +22,7 @@ type Maleeni struct {
}
type ParsingTable struct {
+ Class string `json:"class"`
Action []int `json:"action"`
GoTo []int `json:"goto"`
StateCount int `json:"state_count"`