aboutsummaryrefslogtreecommitdiff
path: root/spec/description.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-73/+0
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-1/+0
* Change the suffix of a description file from -description.json to -report.jsonRyo Nihei2022-05-101-1/+1
* Suppress a report about conflicts resolved explicitlyRyo Nihei2022-04-221-0/+2
* Support LAC (lookahead correction)Ryo Nihei2021-09-021-0/+1
* Add precedences and associativities to the description fileRyo Nihei2021-08-291-8/+12
* Add describe command to print a description fileRyo Nihei2021-08-291-0/+67