1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-04 00:57:35 +00:00
serenity/Tests/LibCpp
Itamar 4673a517f6 LibCpp: Do lexing in the Preprocessor
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.
2021-08-07 21:24:11 +02:00
..
CMakeLists.txt LibCpp: Add regression tests for the parser 2021-05-19 23:19:07 +02:00
test-cpp-parser.cpp LibCpp: Do lexing in the Preprocessor 2021-08-07 21:24:11 +02:00