Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -2/+2 |
| | |||||
* | Resolve conflicts by default rules | Ryo Nihei | 2021-08-21 | 1 | -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. |