ladybird/Userland/Libraries/LibCpp
Itamar 0e51aea781 LibCpp: Modify parsing of a Name's scope
A Name node can now have a non-empty scope and a null name.

For example, "AK::" has a non-empty scope and a null name component.
2021-05-15 23:28:50 +02:00
..
AST.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AST.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt LibCpp: Move Cpp::Token to a separate file 2021-03-13 10:17:02 +01:00
Lexer.cpp LibCpp: Support Lexing escaped newlines 2021-05-09 20:58:27 +02:00
Lexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Parser.cpp LibCpp: Modify parsing of a Name's scope 2021-05-15 23:28:50 +02:00
Parser.h LibCpp: Rename m_definitions=>m_preprocessor_definitions 2021-05-09 20:58:27 +02:00
Preprocessor.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Preprocessor.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SyntaxHighlighter.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SyntaxHighlighter.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Token.cpp LibCpp: Modify logic of Parser::index_of_node_at 2021-05-15 23:28:50 +02:00
Token.h LibCpp: Modify logic of Parser::index_of_node_at 2021-05-15 23:28:50 +02:00