aboutsummaryrefslogtreecommitdiff
path: root/driver/semantic_action_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass a token that caused a syntax error to the semantic action APIsRyo Nihei2021-09-071-3/+3
|
* Call the 'MissError' when input doesn't meet an error productionRyo Nihei2021-09-071-1/+3
|
* Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and ↵Ryo Nihei2021-09-071-17/+8
| | | | 'ShiftError'
* Change semantic action APIsRyo Nihei2021-09-071-7/+26
| | | | The driver reports whether it recovered from an error to the semantic action APIs via the argument `recovered`.
* Make semantic actions user-configurableRyo Nihei2021-09-031-0/+203