index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCpp
/
Lexer.cpp
Age
Commit message (
Expand
)
Author
2021-08-21
LibCpp: Add lex_iterable() method to the Lexer
Itamar
2021-08-21
LibCpp: Allow whitespace between # and preprocessor directive
Itamar
2021-08-14
LibCpp: Add lexer option to ignore whitespace tokens
Itamar
2021-08-07
LibCpp: Support initializing the lexer with a "start line"
Itamar
2021-08-02
LibCpp: Correctly parse lines that end in '\'
Ali Mohammad Pur
2021-06-16
LibCpp: Remove InlineLinkedList from the list of known types
Brian Gianforcaro
2021-06-09
LibCpp: Make 'bool' a Token::Type::KnownType
Itamar
2021-06-05
LibCpp: Do not emit empty whitespace token after include statement
Max Wipfli
2021-06-05
LibCpp: Use CharacterTypes.h and constexpr functions in Lexer
Max Wipfli
2021-06-05
LibCpp: Use east const style in Lexer and SyntaxHighlighter
Max Wipfli
2021-05-09
LibCpp: Support Lexing escaped newlines
Itamar
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-13
LibCpp: Store the text of a token as a StringView member
Itamar
2021-03-13
LibCpp: Access Cpp::Token members via getter functions
Itamar
2021-03-13
LibCpp: Move Cpp::Token to a separate file
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-13
LibCpp: Fix lexing & parsing of non-terminated strings
Itamar
2021-01-27
LibCpp: Add the beginning of a C++ parser
Itamar
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling