diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-11-05 14:21:13 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-11-05 14:21:13 +0900 |
commit | b24f61a465d21af404ed647a977160042017e601 (patch) | |
tree | 0b695a6775ed6a0a7bb41404b598055855417673 /grammar/parsing_table.go | |
parent | Update README (diff) | |
download | cotia-b24f61a465d21af404ed647a977160042017e601.tar.gz cotia-b24f61a465d21af404ed647a977160042017e601.tar.xz |
Remove alias system
Remove unimportant features to tidy up the specification.
Diffstat (limited to 'grammar/parsing_table.go')
-rw-r--r-- | grammar/parsing_table.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/grammar/parsing_table.go b/grammar/parsing_table.go index e2ba5d0..e980902 100644 --- a/grammar/parsing_table.go +++ b/grammar/parsing_table.go @@ -326,7 +326,6 @@ func (b *lrTableBuilder) genReport(tab *ParsingTable, gram *Grammar) (*spec.Repo term := &spec.Terminal{ Number: sym.num().Int(), Name: name, - Alias: gram.kindAliases[sym], } pat, ok := b.sym2AnonPat[sym] |