From 4bd40643a5edfe427de52f4b69a1e912d11b1fc2 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sun, 20 Jun 2021 20:22:47 +0900 Subject: Add skip action --- spec/grammar.go | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/grammar.go') 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 { -- cgit v1.2.3