summaryrefslogtreecommitdiff
path: root/AK/GenericLexer.cpp
AgeCommit message (Expand)Author
2021-08-19AK: Add GenericLexer API to consume an escaped Unicode code pointTimothy Flynn
2021-04-22AK/GenericLexer: constexpr where possibleLenny Maiorani
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
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: Alphabetically sort the ctype adaptersBenoit Lormeau
2020-09-25Meta+AK: Make clang-format-10 cleanBen Wiederhake
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-09AK: Add a GenericLexer and extend the JsonParser with it (#2696)Benoît Lormeau