aboutsummaryrefslogtreecommitdiff
path: root/spec/grammar/grammar.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-06-10 16:41:41 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-06-11 19:09:19 +0900
commit7403c18fbc04f3045df1e69b63d7ffd5f04d77db (patch)
tree0933a8e875bac01b1b5b385b5069eb069aaad219 /spec/grammar/grammar.go
parentSupport testable tree output in vartan-parse command (diff)
downloadcotia-7403c18fbc04f3045df1e69b63d7ffd5f04d77db.tar.gz
cotia-7403c18fbc04f3045df1e69b63d7ffd5f04d77db.tar.xz
Remove the kind field from a node corresponding to an anonymous terminal symbol
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"`
}