Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename spec package to spec/grammar package | Ryo Nihei | 2022-05-27 | 1 | -45/+0 |
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -1/+0 |
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+1 |
* | Support LAC (lookahead correction) | Ryo Nihei | 2021-09-02 | 1 | -0/+1 |
* | Remove the expected terminals field from the parsing table | Ryo Nihei | 2021-08-31 | 1 | -1/+0 |
* | Add an #alias directive to define a user-friendly name of a terminal | Ryo Nihei | 2021-08-28 | 1 | -0/+1 |
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -0/+3 |
* | Print expected terminals on a parse error | Ryo Nihei | 2021-08-02 | 1 | -0/+2 |
* | Use maleeni v0.3.0 | Ryo Nihei | 2021-08-01 | 1 | -2/+2 |
* | Add ast action | Ryo Nihei | 2021-06-28 | 1 | -0/+5 |
* | Add skip action | Ryo Nihei | 2021-06-20 | 1 | -0/+1 |
* | Add driver | Ryo Nihei | 2021-06-19 | 1 | -0/+33 |