aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-06-20 20:22:47 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-06-20 20:22:47 +0900
commit4bd40643a5edfe427de52f4b69a1e912d11b1fc2 (patch)
treeab6021bcd493a799baf5661bf5ab9fac84c4c003 /spec
parentAdd syntax of modifiers and actions (diff)
downloadcotia-4bd40643a5edfe427de52f4b69a1e912d11b1fc2.tar.gz
cotia-4bd40643a5edfe427de52f4b69a1e912d11b1fc2.tar.xz
Add skip action
Diffstat (limited to 'spec')
-rw-r--r--spec/grammar.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/grammar.go b/spec/grammar.go
index 653b50d..44ef3ee 100644
--- a/spec/grammar.go
+++ b/spec/grammar.go
@@ -15,6 +15,7 @@ type LexicalSpecification struct {
type Maleeni struct {
Spec *mlspec.CompiledLexSpec `json:"spec"`
KindToTerminal [][]int `json:"kind_to_terminal"`
+ Skip [][]int `json:"skip"`
}
type ParsingTable struct {