Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -204/+0 |
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -5/+5 |
* | Follow golangci-lint | Ryo Nihei | 2022-03-28 | 1 | -0/+3 |
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+10 |
* | Write a description file | Ryo Nihei | 2021-07-22 | 1 | -2/+4 |
* | Detect multiple semantic errors in a single parse | Ryo Nihei | 2021-07-18 | 1 | -1/+2 |
* | Add SLR parsing table generator | Ryo Nihei | 2021-06-18 | 1 | -0/+188 |