Stage 4, invalid/split_le.c cannot be lexed
stevejb71 opened this issue · 2 comments
stevejb71 commented
There's no token for = at stage 4, so invalid/split_le.c cannot pass the lexer (but the blog says all invalid files should).
split_le.c is:
int main() { return 1 < = 2; }
nlsandler commented
Thanks for filing this! I've deleted split_le.c
stevejb71 commented
Welcome. By the way, the compiler blog is excellent.