Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An initialized field (cur_token) of lexer is accessed in following control flow: initLexer() => advanceToken(): if (isOperator(lexer->cur_token)) { return lexer->cur_token; } return lexer->cur_token = TOKEN_NEWLINE;
- Loading branch information