This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
Get rid of seen_line_token #476
Labels
enhancement
New feature or request
lexer
Issue dealing with parsing the lexical tokens of a program
preprocessor
Issue in the preprocessor (probably cycle detection)
technical-debt
Now that the lexer returns whitespace tokens (#356), we don't need it anymore.
To change this, you'd move
seen_line_token
from the lexer to the preprocessor, and in the preprocessor check if any whitespace token contained a\n
; if so, resetseen_line_token
.The text was updated successfully, but these errors were encountered: