1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Libraries/LibRegex
AnotherTest 3db8ced4c7 LibRegex: Change bytecode value type to a 64-bit value
To allow storing unicode ranges compactly; this is not utilised at the
moment, but changing this later would've been significantly more
difficult.
Also fixes a few debug logs.
2020-11-27 21:32:41 +01:00
..
C LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
Tests LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
CMakeLists.txt LibRegex: Add a regular expression library 2020-11-27 21:32:41 +01:00
Forward.h LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
Regex.h LibRegex: Add a regular expression library 2020-11-27 21:32:41 +01:00
RegexByteCode.cpp LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
RegexByteCode.h LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
RegexDebug.h LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format 2020-11-27 21:32:41 +01:00
RegexError.h LibRegex: Add a regular expression library 2020-11-27 21:32:41 +01:00
RegexLexer.cpp LibRegex: Add a regular expression library 2020-11-27 21:32:41 +01:00
RegexLexer.h LibRegex: Add a regular expression library 2020-11-27 21:32:41 +01:00
RegexMatch.h LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format 2020-11-27 21:32:41 +01:00
RegexMatcher.cpp LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
RegexMatcher.h LibRegex: Remove backup file, remove BOM in RegexParser.cpp, run clang-format 2020-11-27 21:32:41 +01:00
RegexOptions.h LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
RegexParser.cpp LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
RegexParser.h LibRegex: Fix greedy/reluctant modifiers in PosixExtendedParser 2020-11-27 21:32:41 +01:00