aboutsummaryrefslogtreecommitdiff
path: root/grammar/parsing_table_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add error symbol and #recover directive to recover from an error stateRyo Nihei2021-08-261-2/+2
|
* Resolve conflicts by default rulesRyo Nihei2021-08-211-0/+768
When a shift/reduce conflict occurred, we prioritize the shift action, and when a reduce/reduce conflict occurred, we prioritize the production defined earlier in the grammar file.