nlsandler/write_a_c_compiler

Stage 4, invalid/split_le.c cannot be lexed

stevejb71 opened this issue · 2 comments

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; }

Thanks for filing this! I've deleted split_le.c

Welcome. By the way, the compiler blog is excellent.