You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Lexers do not currently support a way to notify the system that they encountered an error in the text. They can return a result that indicates whether text contains a match, a partial match or no match, but they can't return a result that indicates that parsing should be aborted because of a partial match or no match.