jison
jison copied to clipboard
is there error recovery?
Does Jison do any sort of error recovery? What algorithm is used? Or does it just throw an exception on the first error?
The standard yacc error token can be used in grammar rules.