Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 년 전 |
Andreas Kling
|
f484952167
LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types
|
2 년 전 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 년 전 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 년 전 |
Andreas Kling
|
2e010db0a5
LibCpp: Update list of well-known C++ types to match current AK
|
3 년 전 |
Andreas Kling
|
9cd89f0085
LibCpp: Use StringView for the known keywords array
|
3 년 전 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 년 전 |
Itamar
|
606e05852f
LibCpp: Add lex_iterable() method to the Lexer
|
3 년 전 |
Itamar
|
165a0082c4
LibCpp: Allow whitespace between # and preprocessor directive
|
3 년 전 |
Itamar
|
c7d3a7789c
LibCpp: Add lexer option to ignore whitespace tokens
|
3 년 전 |
Itamar
|
bf7262681e
LibCpp: Support initializing the lexer with a "start line"
|
3 년 전 |
Ali Mohammad Pur
|
dc68c765b7
LibCpp: Correctly parse lines that end in '\'
|
4 년 전 |
Brian Gianforcaro
|
6c114ecaef
LibCpp: Remove InlineLinkedList from the list of known types
|
4 년 전 |
Itamar
|
8f074222e8
LibCpp: Make 'bool' a Token::Type::KnownType
|
4 년 전 |
Max Wipfli
|
617c54a00b
LibCpp: Do not emit empty whitespace token after include statement
|
4 년 전 |
Max Wipfli
|
2aa0cbaf22
LibCpp: Use CharacterTypes.h and constexpr functions in Lexer
|
4 년 전 |
Max Wipfli
|
d57d7bea1c
LibCpp: Use east const style in Lexer and SyntaxHighlighter
|
4 년 전 |
Itamar
|
1bd6705636
LibCpp: Support Lexing escaped newlines
|
4 년 전 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 년 전 |
Itamar
|
26d9485562
LibCpp: Store the text of a token as a StringView member
|
4 년 전 |
Itamar
|
5cd1c69b96
LibCpp: Access Cpp::Token members via getter functions
|
4 년 전 |
Itamar
|
d0b4f9cc0e
LibCpp: Move Cpp::Token to a separate file
|
4 년 전 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 년 전 |
Itamar
|
8ace2cfa18
LibCpp: Fix lexing & parsing of non-terminated strings
|
4 년 전 |
Itamar
|
c96b6987c4
LibCpp: Add the beginning of a C++ parser
|
4 년 전 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 년 전 |