1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Libraries/LibRegex
AnotherTest e2fa1b40c4 LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262)
This makes regexps like `/\x/` to work as normal.
Partially deals with #4189.
2020-11-28 10:13:33 +01:00
..
C LibRegex: Add RegexStringView wrapper to support utf8 and utf32 views 2020-11-27 21:32:41 +01:00
Tests LibRegex: Implement an ECMA262-compatible parser 2020-11-27 21:32:41 +01:00
CMakeLists.txt
Forward.h LibRegex: Implement an ECMA262-compatible parser 2020-11-27 21:32:41 +01:00
Regex.h
RegexByteCode.cpp LibRegex: Fix reported compare-against value in debug 2020-11-27 21:32:41 +01:00
RegexByteCode.h LibRegex: Implement an ECMA262-compatible parser 2020-11-27 21:32:41 +01:00
RegexDebug.h LibRegex: Implement an ECMA262-compatible parser 2020-11-27 21:32:41 +01:00
RegexError.h
RegexLexer.cpp LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262) 2020-11-28 10:13:33 +01:00
RegexLexer.h LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262) 2020-11-28 10:13:33 +01:00
RegexMatch.h LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegexMatcher.cpp LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegexMatcher.h LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegexOptions.h LibJS: Hook up Regex<ECMA262> to RegExpObject and implement `test()' 2020-11-27 21:32:41 +01:00
RegexParser.cpp LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262) 2020-11-28 10:13:33 +01:00
RegexParser.h LibRegex: Allow unknown escapes in non-unicode mode (for ECMA262) 2020-11-28 10:13:33 +01:00