If we match a rule anchored to the beginning of a line after parsing
a line continuation character, return an ERROR token. It would be nicer to use REJECT instead but that substantially slows down the lexer.
This commit is contained in:
a line continuation character, return an ERROR token. It would be nicer to use REJECT instead but that substantially slows down the lexer.