Age | Commit message (Expand) | Author |
---|---|---|
2022-09-17 | Everywhere: Fix badly-formatted includes | Ben Wiederhake |
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-08-21 | LibCpp: Add lex_iterable() method to the Lexer | 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-06-05 | LibCpp: Use east const style in Lexer and SyntaxHighlighter | Max Wipfli |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-13 | LibCpp: Move Cpp::Token to a separate file | Itamar |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-27 | LibCpp: Add the beginning of a C++ parser | Itamar |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |