[Lexic] Should detect all lexical errors in one go #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the lexer completely stops after encountering a single illegal character:
In the previous example, only the first quote is reported as error. It should:
name
as a single error'age'
as well