|
|
|
|
|
by munificent
5653 days ago
|
|
> When you encounter a token that is the same token as a keyword, you need to use context to determine if it is actually a keyword or part of an identifier. You're presuming here that a space delimits tokens. In this language, that may not be the case. The lexer may create a single token from "a b c". |
|