summaryrefslogtreecommitdiff
path: root/AK/GenericLexer.h
AgeCommit message (Expand)Author
2021-08-19AK: Add GenericLexer API to consume an escaped Unicode code pointTimothy Flynn
2021-07-12AK: Add a retreat(count) method to GenericLexerIdan Horowitz
2021-04-22AK/GenericLexer: constexpr where possibleLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-10-29AK: Add GenericLexer::retreat()Linus Groh
2020-10-22AK: Add `GenericLexer::consume_escaped_character()'AnotherTest
2020-10-02AK+Format: Do some housekeeping in the format implementation.asynts
2020-09-27AK: Remove the ctype adapters and use the actual ctype functions insteadBenoît Lormeau
2020-09-27AK: Use templates instead of Function for Conditions in the GenericLexerBenoit Lormeau
2020-09-26AK: Enhance GenericLexer's string consumptionBenoit Lormeau
2020-09-26AK: Added explanatory comments in GenericLexer.hBenoit Lormeau
2020-09-26AK: Add GenericLexer::remaining.asynts
2020-08-31AK: Add is_any_of(StringView) to GenericLexerAnotherTest
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-09AK: Add a GenericLexer and extend the JsonParser with it (#2696)Benoît Lormeau