index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
GenericLexer.h
Age
Commit message (
Expand
)
Author
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-28
AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexer
Ali Mohammad Pur
2022-02-16
AK: Exclude GenericLexer String APIs from the Kernel
Idan Horowitz
2022-01-25
AK: Add a consume_until(StringView) overload to GenericLexer
Idan Horowitz
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-08-19
AK: Add GenericLexer API to consume an escaped Unicode code point
Timothy Flynn
2021-07-12
AK: Add a retreat(count) method to GenericLexer
Idan Horowitz
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