Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namespace packages with "urubu/" | EuAndreh | 2024-12-10 | 1 | -219/+0 |
| | |||||
* | Start building test files | EuAndreh | 2024-12-10 | 1 | -2/+2 |
| | |||||
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -6/+7 |
| | | | | From: https://github.com/nihei9/maleeni | ||||
* | Split SymbolTable's APIs into reader/writer | Ryo Nihei | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | Rename spec package to spec/grammar package | Ryo Nihei | 2022-05-27 | 1 | -1/+1 |
| | |||||
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | %name changes to: #name example; %left and %right change to: #prec ( #left a b #right c d ); | ||||
* | 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 |
| | | | | The description file describes a LR(0) item set and conflicts (if any). | ||||
* | 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/+205 |