Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move directives given to lexical productions | Ryo Nihei | 2022-03-29 | 1 | -7/+14 |
| | | | | | Move all directives given to lexical productions from alternative directives to production directives. This change aims to ensure consistency with respect to the syntax of definitions of terminal symbols and non-terminal symbols. | ||||
* | Add vartan-go command | Ryo Nihei | 2022-03-27 | 1 | -3/+3 |
| | |||||
* | Use a lexer via interface | Ryo Nihei | 2022-03-27 | 1 | -8/+12 |
| | |||||
* | Use grammar via an interface | Ryo Nihei | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Add name directive to specify a grammar name | Ryo Nihei | 2021-10-28 | 1 | -0/+4 |
| | |||||
* | Use maleeni v0.5.1 | Ryo Nihei | 2021-10-27 | 1 | -2/+3 |
| | |||||
* | Pass a token that caused a syntax error to the semantic action APIs | Ryo Nihei | 2021-09-07 | 1 | -3/+3 |
| | |||||
* | Call the 'MissError' when input doesn't meet an error production | Ryo Nihei | 2021-09-07 | 1 | -1/+3 |
| | |||||
* | Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and ↵ | Ryo Nihei | 2021-09-07 | 1 | -17/+8 |
| | | | | 'ShiftError' | ||||
* | Change semantic action APIs | Ryo Nihei | 2021-09-07 | 1 | -7/+26 |
| | | | | The driver reports whether it recovered from an error to the semantic action APIs via the argument `recovered`. | ||||
* | Make semantic actions user-configurable | Ryo Nihei | 2021-09-03 | 1 | -0/+203 |