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
Change p compiler to return a syntax error for lexical errors
Previously, the p compiler was silently skipping over unexpected
characters encountered during lexical analysis. Added a
listener on the lexer to raise an error when lexical analysis
encounters an error.
Added unit tests to verify this behavior.
0 commit comments