Ali Mohammad Pur
|
c11be92e23
LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds
|
hace 3 años |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
hace 3 años |
Ali Mohammad Pur
|
05c65f9b5d
LibRegex: Limit the number of nested capture groups allowed in BRE
|
hace 3 años |
Timothy Flynn
|
562d4e497b
LibRegex: Treat pattern string characters as unsigned
|
hace 3 años |
Timothy Flynn
|
4f2cbe119b
LibRegex: Allow Unicode escape sequences in capture group names
|
hace 3 años |
Timothy Flynn
|
6131c0485e
LibRegex: Use GenericLexer to consume escaped code points
|
hace 3 años |
Timothy Flynn
|
9509433e25
LibRegex: Implement and use a REPEAT operation for bytecode repetition
|
hace 4 años |
Timothy Flynn
|
f1ce998d73
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
|
hace 4 años |
Timothy Flynn
|
2e4b6fd1ac
LibRegex: Ensure escaped code points are exactly 4 digits in length
|
hace 4 años |
Ali Mohammad Pur
|
15f95220ae
AK+Everywhere: Delete Variant's default constructor
|
hace 4 años |
Timothy Flynn
|
df14d11a11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
|
hace 4 años |
Timothy Flynn
|
484ccfadc3
LibRegex: Support property escapes of Unicode script extensions
|
hace 4 años |
Timothy Flynn
|
06088df729
LibRegex: Support property escapes of the Unicode script property
|
hace 4 años |
Timothy Flynn
|
1e10d6d7ce
LibRegex: Support property escapes of Unicode General Categories
|
hace 4 años |
Timothy Flynn
|
d485cf29d7
LibRegex+LibUnicode: Begin implementing Unicode property escapes
|
hace 4 años |
Ali Mohammad Pur
|
36bfc912fc
LibRegex: Switch to east-const style
|
hace 4 años |
Ali Mohammad Pur
|
c8b2199251
LibRegex: Clear previous capture group contents in ECMA262 mode
|
hace 4 años |
Ali Mohammad Pur
|
11a8476cf4
LibRegex: Use the parser state capture group count in BRE
|
hace 4 años |
Ali Mohammad Pur
|
54d89609de
LibRegex: Add support for the Basic POSIX regular expressions
|
hace 4 años |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
hace 4 años |
AnotherTest
|
c128b3fd91
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
|
hace 4 años |
Jelle Raaijmakers
|
db321db5f4
LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0")
|
hace 4 años |
AnotherTest
|
6bbb26fdaf
LibRegex: Allow references to capture groups that aren't parsed yet
|
hace 4 años |
AnotherTest
|
f05e518cbc
LibRegex: Implement section B.1.4. of the ECMA262 spec
|
hace 4 años |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
hace 4 años |