Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namespace packages with "urubu/" | EuAndreh | 2024-12-10 | 1 | -448/+0 |
* | Start building test files | EuAndreh | 2024-12-10 | 1 | -2/+2 |
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -24/+24 |
* | Rename spec package to spec/grammar package | Ryo Nihei | 2022-05-27 | 1 | -1/+1 |
* | Make the identifier format strict | Ryo Nihei | 2022-05-10 | 1 | -5/+6 |
* | Change syntax for top-level directives | Ryo Nihei | 2022-05-10 | 1 | -2/+2 |
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+4 |
* | Add error symbol and #recover directive to recover from an error state | Ryo Nihei | 2021-08-26 | 1 | -2/+2 |
* | Make the functions that test the automaton common | Ryo Nihei | 2021-08-18 | 1 | -105/+84 |
* | Set look-ahead symbols to items before generating a SLR(1) parsing table | Ryo Nihei | 2021-08-18 | 1 | -2/+200 |
* | Support LALR(1) class | Ryo Nihei | 2021-08-15 | 1 | -0/+266 |