1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibGUI: Parse #include statements separately

This commit is contained in:
Oriko 2020-03-12 00:17:29 +02:00 committed by Andreas Kling
parent b13417ddb4
commit d8a73dd979
3 changed files with 36 additions and 0 deletions

View file

@ -35,6 +35,8 @@ namespace GUI {
__TOKEN(Unknown) \
__TOKEN(Whitespace) \
__TOKEN(PreprocessorStatement) \
__TOKEN(IncludeStatement) \
__TOKEN(IncludePath) \
__TOKEN(LeftParen) \
__TOKEN(RightParen) \
__TOKEN(LeftCurly) \