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

LibCpp: Move Cpp::Token to a separate file

This commit is contained in:
Itamar 2021-03-12 12:28:20 +02:00 committed by Andreas Kling
parent 3658c4c567
commit d0b4f9cc0e
5 changed files with 188 additions and 122 deletions

View file

@ -4,6 +4,7 @@ set(SOURCES
Parser.cpp
Preprocessor.cpp
SyntaxHighlighter.cpp
Token.cpp
)
serenity_lib(LibCpp cpp)