Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -125/+0 |
| | | | | From: https://github.com/nihei9/maleeni | ||||
* | Rename spec package to spec/grammar package | Ryo Nihei | 2022-05-27 | 1 | -1/+1 |
| | |||||
* | Allows a directory to be specified as the --output option for the ↵ | Ryo Nihei | 2022-05-22 | 1 | -1/+1 |
| | | | | vartan-compile command | ||||
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -1/+1 |
| | |||||
* | Make the identifier format strict | Ryo Nihei | 2022-05-10 | 1 | -7/+7 |
| | |||||
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | %name changes to: #name example; %left and %right change to: #prec ( #left a b #right c d ); | ||||
* | Use a lexer via interface | Ryo Nihei | 2022-03-27 | 1 | -2/+12 |
| | |||||
* | Use grammar via an interface | Ryo Nihei | 2022-03-23 | 1 | -2/+2 |
| | |||||
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+2 |
| | |||||
* | Add tests for LAC | Ryo Nihei | 2021-09-03 | 1 | -0/+113 |