diff options
Diffstat (limited to 'spec/grammar.go')
-rw-r--r-- | spec/grammar.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/grammar.go b/spec/grammar.go index bf14d86..e3c87d1 100644 --- a/spec/grammar.go +++ b/spec/grammar.go @@ -23,7 +23,6 @@ type Maleeni struct { } type ParsingTable struct { - Class string `json:"class"` Action []int `json:"action"` GoTo []int `json:"goto"` StateCount int `json:"state_count"` |