LibGUI: Parse #include statements separately

This commit is contained in:
Oriko 2020-03-12 00:17:29 +02:00 committed by Andreas Kling
commit d8a73dd979
Notes: sideshowbarker 2024-07-19 08:45:27 +09:00
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) \