Figure out lexing order #1
Reference in New Issue
Block a user
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?
the lexer isn't state safe, so i should try and figure out a way to make it possible to reset it to an earlier state. That way we can try every parser until one works or up to a certain point only.