mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
We now call Preprocessor::process_and_lex() and pass the result to the parser. Doing the lexing in the preprocessor will allow us to maintain the original position information of tokens after substituting definitions.