1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:38:11 +00:00
serenity/Libraries/LibRegex/Tests
AnotherTest dbef2b1ee9 LibRegex: Implement an ECMA262-compatible parser
This also adds support for lookarounds and individually-negated
comparisons.
The only unimplemented part of the parser spec is the unicode stuff.
2020-11-27 21:32:41 +01:00
..
Benchmark.cpp LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
CMakeLists.txt LibRegex: Change bytecode value type to a 64-bit value 2020-11-27 21:32:41 +01:00
Regex.cpp LibRegex: Implement an ECMA262-compatible parser 2020-11-27 21:32:41 +01:00
RegexLibC.cpp LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00