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