aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar/grammar.go
diff options
context:
space:
mode:
Diffstat (limited to 'spec/grammar/grammar.go')
-rw-r--r--spec/grammar/grammar.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/grammar/grammar.go b/spec/grammar/grammar.go
index 25266e5..af87504 100644
--- a/spec/grammar/grammar.go
+++ b/spec/grammar/grammar.go
@@ -17,7 +17,6 @@ type LexicalSpecification struct {
type Maleeni struct {
Spec *mlspec.CompiledLexSpec `json:"spec"`
KindToTerminal []int `json:"kind_to_terminal"`
- TerminalToKind []int `json:"terminal_to_kind"`
Skip []int `json:"skip"`
KindAliases []string `json:"kind_aliases"`
}