Idan Horowitz d49d2c7ec4 AK: Add a consume_until(StringView) overload to GenericLexer vor 3 Jahren
..
Tests e57fdb63f8 Tests: Add regression tests for the LibCpp preprocessor vor 4 Jahren
AST.cpp 5f66874ea0 LibCpp: Add support for parsing function types vor 4 Jahren
AST.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
CMakeLists.txt d0b4f9cc0e LibCpp: Move Cpp::Token to a separate file vor 4 Jahren
Lexer.cpp 2e010db0a5 LibCpp: Update list of well-known C++ types to match current AK vor 3 Jahren
Lexer.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Parser.cpp 081d9bd010 LibCpp: Cast unused smart-pointer return values to void vor 3 Jahren
Parser.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren
Preprocessor.cpp d49d2c7ec4 AK: Add a consume_until(StringView) overload to GenericLexer vor 3 Jahren
Preprocessor.h c3c2fe153b LibCpp: Add "ignore invalid statements" option to Preprocessor vor 3 Jahren
SyntaxHighlighter.cpp f91974677c LibCpp: Use lex_iterable() where applicable vor 4 Jahren
SyntaxHighlighter.h 71b4433b0d LibWeb+LibSyntax: Implement nested syntax highlighters vor 4 Jahren
Token.cpp 0c9db38e8f LibCpp: Modify Token::to_string() to include more information vor 4 Jahren
Token.h 8b1108e485 Everywhere: Pass AK::StringView by value vor 3 Jahren