Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support LAC (lookahead correction) | Ryo Nihei | 2021-09-02 | 1 | -0/+2 |
* | Remove the expected terminals field from the parsing table | Ryo Nihei | 2021-08-31 | 1 | -24/+5 |
* | Add precedences and associativities to the description file | Ryo Nihei | 2021-08-29 | 1 | -1/+29 |
* | Add describe command to print a description file | Ryo Nihei | 2021-08-29 | 1 | -170/+187 |
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -11/+34 |
* | Support %left and %right to specify precedences and associativities | Ryo Nihei | 2021-08-22 | 1 | -2/+27 |
* | Resolve conflicts by default rules | Ryo Nihei | 2021-08-21 | 1 | -0/+486 |