aboutsummaryrefslogtreecommitdiff
path: root/grammar/symbol.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Import source code of lexer generatorRyo Nihei2022-11-101-295/+0
* Split SymbolTable's APIs into reader/writerRyo Nihei2022-11-061-34/+54
* vartan-show command prints only adopted actions when conflicts occurRyo Nihei2022-04-211-5/+12
* Follow golangci-lintRyo Nihei2022-03-281-4/+1
* Add describe command to print a description fileRyo Nihei2021-08-291-0/+14
* Print expected terminals on a parse errorRyo Nihei2021-08-021-3/+6
* Write terminals to a description fileRyo Nihei2021-07-311-2/+17
* Add symbol tableRyo Nihei2021-06-181-0/+239