Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | AK/GenericLexer: constexpr where possible | Lenny Maiorani |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-10-29 | AK: Add GenericLexer::retreat() | Linus Groh |
2020-10-22 | AK: Add `GenericLexer::consume_escaped_character()' | AnotherTest |
2020-10-02 | AK+Format: Do some housekeeping in the format implementation. | asynts |
2020-09-27 | AK: Remove the ctype adapters and use the actual ctype functions instead | Benoît Lormeau |
2020-09-27 | AK: Use templates instead of Function for Conditions in the GenericLexer | Benoit Lormeau |
2020-09-26 | AK: Enhance GenericLexer's string consumption | Benoit Lormeau |
2020-09-26 | AK: Added explanatory comments in GenericLexer.h | Benoit Lormeau |
2020-09-26 | AK: Add GenericLexer::remaining. | asynts |
2020-08-31 | AK: Add is_any_of(StringView) to GenericLexer | AnotherTest |
2020-08-21 | LibWeb: Use GenericLexer in WrapperGenerator | Nico Weber |
2020-08-09 | AK: Add a GenericLexer and extend the JsonParser with it (#2696) | Benoît Lormeau |