1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-13 19:02:07 +00:00
serenity/Userland/Libraries/LibCpp
Itamar bed3261723 LibCpp: Start working on a C preprocessor
We currently handle basic #define statements as well as ifdef and else
branches.
2021-02-08 23:10:38 +01:00
..
AST.cpp LibCpp: Parse If statements 2021-02-08 23:10:38 +01:00
AST.h LibCpp: Parse If statements 2021-02-08 23:10:38 +01:00
CMakeLists.txt LibCpp: Start working on a C preprocessor 2021-02-08 23:10:38 +01:00
Lexer.cpp LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Lexer.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.cpp LibCpp: Include CPP_DEBUG in AK/Debug.h 2021-02-08 23:10:38 +01:00
Parser.h LibCpp: Parse If statements 2021-02-08 23:10:38 +01:00
Preprocessor.cpp LibCpp: Start working on a C preprocessor 2021-02-08 23:10:38 +01:00
Preprocessor.h LibCpp: Start working on a C preprocessor 2021-02-08 23:10:38 +01:00
SyntaxHighlighter.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
SyntaxHighlighter.h LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00