From b24f61a465d21af404ed647a977160042017e601 Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 5 Nov 2022 14:21:13 +0900 Subject: Remove alias system Remove unimportant features to tidy up the specification. --- driver/spec.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'driver/spec.go') diff --git a/driver/spec.go b/driver/spec.go index dda1251..e694d0b 100644 --- a/driver/spec.go +++ b/driver/spec.go @@ -64,10 +64,6 @@ func (g *grammarImpl) Terminal(terminal int) string { return g.g.ParsingTable.Terminals[terminal] } -func (g *grammarImpl) TerminalAlias(terminal int) string { - return g.g.LexicalSpecification.Maleeni.KindAliases[terminal] -} - func (g *grammarImpl) ASTAction(prod int) []int { return g.g.ASTAction.Entries[prod] } -- cgit v1.2.3