From 1fe733f82dd9ed2a3bf48a7d8fe8c9e0ee8a3965 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sun, 1 Aug 2021 22:56:51 +0900 Subject: Use maleeni v0.3.0 --- spec/grammar.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/grammar.go') diff --git a/spec/grammar.go b/spec/grammar.go index 625b6c2..eeeb372 100644 --- a/spec/grammar.go +++ b/spec/grammar.go @@ -15,8 +15,8 @@ type LexicalSpecification struct { type Maleeni struct { Spec *mlspec.CompiledLexSpec `json:"spec"` - KindToTerminal [][]int `json:"kind_to_terminal"` - Skip [][]int `json:"skip"` + KindToTerminal []int `json:"kind_to_terminal"` + Skip []int `json:"skip"` } type ParsingTable struct { -- cgit v1.2.3