| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-03-28 | Follow golangci-lint | Ryo Nihei | 11 | -103/+36 | |
| 2022-03-27 | Use golangci-lint | Ryo Nihei | 1 | -0/+11 | |
| 2022-03-27 | Add vartan-go command | Ryo Nihei | 12 | -108/+1016 | |
| 2022-03-27 | Use a lexer via interface | Ryo Nihei | 10 | -97/+194 | |
| 2022-03-23 | Use grammar via an interface | Ryo Nihei | 8 | -49/+173 | |
| 2021-10-28 | Add name directive to specify a grammar name | Ryo Nihei | 14 | -2/+205 | |
| 2021-10-27 | Use maleeni v0.5.1 | Ryo Nihei | 8 | -23/+28 | |
| 2021-10-27 | Generate the lexer source code | Ryo Nihei | 5 | -53/+1408 | |
| 2021-09-07 | Pass a token that caused a syntax error to the semantic action APIs | Ryo Nihei | 3 | -15/+16 | |
| 2021-09-07 | Call the 'MissError' when input doesn't meet an error production | Ryo Nihei | 2 | -1/+7 | |
| 2021-09-07 | Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and ↵ | Ryo Nihei | 3 | -52/+35 | |
| 'ShiftError' | |||||
| 2021-09-07 | Change semantic action APIs | Ryo Nihei | 3 | -18/+42 | |
| The driver reports whether it recovered from an error to the semantic action APIs via the argument `recovered`. | |||||
| 2021-09-03 | Update CHANGELOG | Ryo Nihei | 1 | -0/+16 | |
| 2021-09-03 | Use the LALR by default when using grammar.Compile instead of the CLI | Ryo Nihei | 1 | -1/+3 | |
