aboutsummaryrefslogtreecommitdiff
path: root/driver/syntax_error_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-07Call the 'MissError' when input doesn't meet an error productionRyo Nihei2-1/+7
2021-09-07Add the semantic action API 'TrapAndShiftError' instead of 'TrapError' and ↵Ryo Nihei3-52/+35
'ShiftError'
2021-09-07Change semantic action APIsRyo Nihei3-18/+42
The driver reports whether it recovered from an error to the semantic action APIs via the argument `recovered`.
2021-09-03Update CHANGELOGRyo Nihei1-0/+16
2021-09-03Use the LALR by default when using grammar.Compile instead of the CLIRyo Nihei1-1/+3