1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:08:10 +00:00
serenity/Userland/Libraries/LibRegex
Ali Mohammad Pur 246ab432ff LibRegex: Add a basic optimization pass
This currently tries to convert forking loops to atomic groups, and
unify the left side of alternations.
2021-09-13 14:38:53 +04:30
..
C LibRegex+LibC: Make re_nsub available to the user 2021-07-13 07:04:06 +02:00
CMakeLists.txt LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Regex.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
RegexByteCode.cpp LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexByteCode.h LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexBytecodeStreamOptimizer.h LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexDebug.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexError.h LibRegex+LibUnicode: Begin implementing Unicode property escapes 2021-07-30 21:26:31 +01:00
RegexLexer.cpp LibRegex: Allow null bytes in pattern 2021-08-30 18:43:09 +02:00
RegexLexer.h LibRegex: Convert regex::Lexer to inherit from GenericLexer 2021-08-19 23:49:25 +02:00
RegexMatch.h LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexMatcher.cpp LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexMatcher.h LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexOptimizer.cpp LibRegex: Add a basic optimization pass 2021-09-13 14:38:53 +04:30
RegexOptions.h Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
RegexParser.cpp LibRegex: Use the correct capture group index in ERE bytecode generation 2021-09-07 20:01:58 +02:00
RegexParser.h Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00