From 7403c18fbc04f3045df1e69b63d7ffd5f04d77db Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Fri, 10 Jun 2022 16:41:41 +0900 Subject: Remove the kind field from a node corresponding to an anonymous terminal symbol --- spec/grammar/grammar.go | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/grammar/grammar.go') 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"` } -- cgit v1.2.3