1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 08:18:11 +00:00
serenity/Userland/Libraries/LibCpp
Itamar d3ff82ba80 LibCpp: Store filename in ASTNodes
As part of the position information, we now also store the filename the
ASTNode belongs to.
2021-02-20 15:53:37 +01:00
..
AST.cpp LibCpp: Parse If statements 2021-02-08 23:10:38 +01:00
AST.h LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
CMakeLists.txt LibCpp: Start working on a C preprocessor 2021-02-08 23:10:38 +01:00
Lexer.cpp LibCpp: Fix lexing & parsing of non-terminated strings 2021-02-13 19:50:09 +01:00
Lexer.h LibCpp: Add the beginning of a C++ parser 2021-01-27 21:10:57 +01:00
Parser.cpp LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +01:00
Parser.h LibCpp: Store filename in ASTNodes 2021-02-20 15:53:37 +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 LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00
SyntaxHighlighter.h LibSyntax: Make rehighlight() take Gfx::Palette as by const-reference 2021-02-11 23:52:39 +01:00