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 42e6dc2..8403308 100644 --- a/spec/grammar.go +++ b/spec/grammar.go @@ -37,7 +37,6 @@ type ParsingTable struct { ErrorSymbol int `json:"error_symbol"` ErrorTrapperStates []int `json:"error_trapper_states"` RecoverProductions []int `json:"recover_productions"` - ExpectedTerminals [][]int `json:"expected_terminals"` } type ASTAction struct { |