Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -233/+0 |
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -1/+1 |
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+2 |
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -1/+1 |
* | Make the functions that test the automaton common | Ryo Nihei | 2021-08-18 | 1 | -130/+36 |
* | Set look-ahead symbols to items before generating a SLR(1) parsing table | Ryo Nihei | 2021-08-18 | 1 | -0/+325 |