Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |