aboutsummaryrefslogtreecommitdiff
path: root/grammar/parsing_table.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Namespace packages with "urubu/"EuAndreh2024-12-101-553/+0
* Build and test existing code as isEuAndreh2024-12-021-2/+2
* Import source code of lexer generatorRyo Nihei2022-11-101-47/+48
* Split SymbolTable's APIs into reader/writerRyo Nihei2022-11-061-1/+1
* Remove anonymous symbol systemRyo Nihei2022-11-051-7/+0
* Remove alias systemRyo Nihei2022-11-051-1/+0
* Rename spec package to spec/grammar packageRyo Nihei2022-05-271-1/+1
* Stop supporting SLR(1) and always use LALR(1)Ryo Nihei2022-05-221-2/+0
* Change the suffix of a description file from -description.json to -report.jsonRyo Nihei2022-05-101-2/+2
* Suppress a report about conflicts resolved explicitlyRyo Nihei2022-04-221-35/+53
* vartan-show command prints only adopted actions when conflicts occurRyo Nihei2022-04-211-51/+37
* Follow golangci-lintRyo Nihei2022-03-281-4/+0
* Support LAC (lookahead correction)Ryo Nihei2021-09-021-0/+2
* Remove the expected terminals field from the parsing tableRyo Nihei2021-08-311-24/+5
* Add precedences and associativities to the description fileRyo Nihei2021-08-291-1/+29
* Add describe command to print a description fileRyo Nihei2021-08-291-170/+187
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-11/+34
* Support %left and %right to specify precedences and associativitiesRyo Nihei2021-08-221-2/+27
* Resolve conflicts by default rulesRyo Nihei2021-08-211-0/+486