serenity/Userland/Libraries/LibRegex
Ali Mohammad Pur faef523567 LibRegex: Make unclosed-at-eof brace quantifiers an error
Otherwise we'd just loop trying to parse it over and over again, for
instance in `/a{/` or `/a{1,/`.
Unless we're parsing in Annex B mode, which allows `{` as a normal
ExtendedSourceCharacter.
2021-07-24 20:52:43 +04:30
..
C LibRegex+LibC: Make re_nsub available to the user 2021-07-13 07:04:06 +02:00
CMakeLists.txt
Forward.h
Regex.h
RegexByteCode.cpp LibRegex: Preserve the type of the match when clearing capture groups 2021-07-24 20:52:43 +04:30
RegexByteCode.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexDebug.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexError.h
RegexLexer.cpp LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexLexer.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexMatch.h LibRegex: Preserve the type of the match when clearing capture groups 2021-07-24 20:52:43 +04:30
RegexMatcher.cpp LibRegex: Support UTF-16 RegexStringView and improve Unicode matching 2021-07-23 23:06:57 +01:00
RegexMatcher.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30
RegexOptions.h
RegexParser.cpp LibRegex: Make unclosed-at-eof brace quantifiers an error 2021-07-24 20:52:43 +04:30
RegexParser.h LibRegex: Switch to east-const style 2021-07-23 21:19:21 +04:30