ladybird/Libraries/LibRegex
2025-07-03 23:19:41 +02:00
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Forward.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
Regex.h
RegexByteCode.cpp LibRegex: Fix handling of + quantifier with zero-width matches 2025-06-02 15:52:26 +02:00
RegexByteCode.h LibRegex: Avoid use-after-return of MatchState in 'is_an_eligible_jump' 2025-06-24 18:43:01 +02:00
RegexBytecodeStreamOptimizer.h
RegexDebug.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexDefs.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexError.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexLexer.cpp LibRegex: Clean up #include directives 2024-11-21 14:08:33 +01:00
RegexLexer.h LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00
RegexMatch.h AK+Everywhere: Allow lonely UTF-16 surrogates by default 2025-07-03 09:51:56 -04:00
RegexMatcher.cpp LibRegex: Move required bytecode.flatten() outside optimization function 2025-06-24 18:43:01 +02:00
RegexMatcher.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
RegexOptimizer.cpp LibRegex: Avoid use-after-return of MatchState in 'is_an_eligible_jump' 2025-06-24 18:43:01 +02:00
RegexOptions.h LibRegex: Flatten capture group list in MatchState 2025-04-18 17:09:27 +02:00
RegexParser.cpp AK+Everywhere: Replace custom number parsers with fast_float 2025-07-03 09:51:56 -04:00
RegexParser.h LibRegex: Annotate classes with export macro for hidden visibility 2025-05-12 03:22:23 -06:00