summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCpp/Lexer.h
AgeCommit message (Expand)Author
2021-08-21LibCpp: Add lex_iterable() method to the LexerItamar
2021-08-14LibCpp: Add lexer option to ignore whitespace tokensItamar
2021-08-07LibCpp: Support initializing the lexer with a "start line"Itamar
2021-06-05LibCpp: Use east const style in Lexer and SyntaxHighlighterMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-13LibCpp: Move Cpp::Token to a separate fileItamar
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-27LibCpp: Add the beginning of a C++ parserItamar
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling