From b5ad1d30df993d68cc64c140bf1005b5490f2605 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 21 May 2022 14:01:09 +0900 Subject: Stop supporting SLR(1) and always use LALR(1) --- spec/description.go | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/description.go') diff --git a/spec/description.go b/spec/description.go index 4102455..552840a 100644 --- a/spec/description.go +++ b/spec/description.go @@ -66,7 +66,6 @@ type State struct { } type Report struct { - Class string `json:"class"` Terminals []*Terminal `json:"terminals"` NonTerminals []*NonTerminal `json:"non_terminals"` Productions []*Production `json:"productions"` -- cgit v1.2.3