Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Namespace packages with "urubu/" | EuAndreh | 2024-12-10 | 1 | -190/+0 |
| | |||||
* | cmd/: Simplify flag usage | EuAndreh | 2024-12-10 | 1 | -17/+1 |
| | |||||
* | Build and test existing code as is | EuAndreh | 2024-12-02 | 1 | -6/+7 |
| | |||||
* | Import source code of lexer generator | Ryo Nihei | 2022-11-10 | 1 | -12/+8 |
| | | | | From: https://github.com/nihei9/maleeni | ||||
* | Upgrade Go compiler to v1.19 | Ryo Nihei | 2022-08-07 | 1 | -11/+10 |
| | |||||
* | 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 | -19/+89 |
| | | | | vartan-compile command | ||||
* | Stop supporting SLR(1) and always use LALR(1) | Ryo Nihei | 2022-05-22 | 1 | -15/+1 |
| | |||||
* | Stop handling panic to print a stack trace | Ryo Nihei | 2022-05-15 | 1 | -21/+0 |
| | |||||
* | Change the default suffix of a grammar file from .vr to .vartan | Ryo Nihei | 2022-05-10 | 1 | -3/+3 |
| | |||||
* | Change the suffix of a description file from -description.json to -report.json | Ryo Nihei | 2022-05-10 | 1 | -3/+3 |
| | |||||
* | Fix help documents | Ryo Nihei | 2022-04-02 | 1 | -1/+1 |
| | |||||
* | Remove --grammar option from vartan-compile command | Ryo Nihei | 2022-04-02 | 1 | -7/+9 |
| | |||||
* | Add describe command to print a description file | Ryo Nihei | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Print a stack trace only when a panic occured | Ryo Nihei | 2021-08-15 | 1 | -1/+7 |
| | |||||
* | Support LALR(1) class | Ryo Nihei | 2021-08-15 | 1 | -1/+15 |
| | |||||
* | Print a stack trace on panic | Ryo Nihei | 2021-08-05 | 1 | -3/+5 |
| | |||||
* | Write a description file | Ryo Nihei | 2021-07-22 | 1 | -3/+12 |
| | | | | 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 |
| | |||||
* | Detect multiple syntax errors in a single parse | Ryo Nihei | 2021-07-17 | 1 | -16/+11 |
| | |||||
* | Improve syntax error messages | Ryo Nihei | 2021-07-17 | 1 | -10/+74 |
| | | | | | - Add a source file name to error messages. - Add a line that an error occurred at to error messages. | ||||
* | Add CLI | Ryo Nihei | 2021-06-19 | 1 | -0/+82 |