Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve conflicts by default rules | Ryo Nihei | 2021-08-21 | 1 | -768/+0 |
| | | | | 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. | ||||
* | Set look-ahead symbols to items before generating a SLR(1) parsing table | Ryo Nihei | 2021-08-18 | 1 | -91/+12 |
| | |||||
* | Support LALR(1) class | Ryo Nihei | 2021-08-15 | 1 | -0/+847 |