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 af87504..ddd0466 100644
--- a/spec/grammar/grammar.go
+++ b/spec/grammar/grammar.go
@@ -18,7 +18,6 @@ type Maleeni struct {
Spec *mlspec.CompiledLexSpec `json:"spec"`
KindToTerminal []int `json:"kind_to_terminal"`
Skip []int `json:"skip"`
- KindAliases []string `json:"kind_aliases"`
}
type ParsingTable struct {