Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namespace packages with "urubu/" | EuAndreh | 2024-12-10 | 1 | -932/+0 |
| | |||||
* | Start building test files | EuAndreh | 2024-12-10 | 1 | -2/+2 |
| | |||||
* | Add byte position to tokens | Ryo Nihei | 2022-11-13 | 1 | -239/+253 |
| | |||||
* | Set token positions for the EOF symbol | Ryo Nihei | 2022-11-12 | 1 | -1/+1 |
| | | | | | | vartan intentionally had not set positional information for the EOF symbol in a token because the corresponding character does not exist in the source code. However, to be able to include the positional information in a syntax error message when a syntax error occurs due to the detection of the EOF symbol during parsing, this commit sets the position next to the last character in the source code as the position of the EOF symbol. | ||||
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -0/+918 |
From: https://github.com/nihei9/maleeni |