aboutsummaryrefslogtreecommitdiff
path: root/grammar/first_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split SymbolTable's APIs into reader/writerRyo Nihei2022-11-061-1/+1
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
* Change syntax for top-level directivesRyo Nihei2022-05-101-5/+5
* Add name directive to specify a grammar nameRyo Nihei2021-10-281-0/+10
* Write a description fileRyo Nihei2021-07-221-2/+4
* Detect multiple semantic errors in a single parseRyo Nihei2021-07-181-1/+2
* Add SLR parsing table generatorRyo Nihei2021-06-181-0/+205