Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 yıl önce |
Ali Mohammad Pur
|
18f4b6c670
LibRegex: Add the literal string search optimisation
|
1 yıl önce |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 yıl önce |
Sam Atkins
|
6c66fd5ffb
LibRegex: Remove declarations for non-existent methods
|
2 yıl önce |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 yıl önce |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 yıl önce |
Ali Mohammad Pur
|
598dc74a76
LibRegex: Partially implement the ECMAScript unicodeSets proposal
|
3 yıl önce |
Ali Mohammad Pur
|
7734914909
LibRegex: Refactor parsing 'CharacterEscape' out of 'AtomEscape'
|
3 yıl önce |
Ali Mohammad Pur
|
b908f9f6ef
LibRegex: Pass parse flags as a struct instead of multiple arguments
|
3 yıl önce |
sin-ack
|
fbc771efe9
Everywhere: Use default StringView constructor over nullptr
|
3 yıl önce |
Ali Mohammad Pur
|
5fac41f733
LibRegex: Implement ECMA262 multiline matching without splitting lines
|
3 yıl önce |
Ali Mohammad Pur
|
c11be92e23
LibRegex: Implement an ECMA262 Regex quirk with negative lookarounds
|
3 yıl önce |
Andreas Kling
|
6ad427993a
Everywhere: Behaviour => Behavior
|
3 yıl önce |
Ali Mohammad Pur
|
05c65f9b5d
LibRegex: Limit the number of nested capture groups allowed in BRE
|
3 yıl önce |
Timothy Flynn
|
562d4e497b
LibRegex: Treat pattern string characters as unsigned
|
3 yıl önce |
Timothy Flynn
|
4f2cbe119b
LibRegex: Allow Unicode escape sequences in capture group names
|
3 yıl önce |
Timothy Flynn
|
6131c0485e
LibRegex: Use GenericLexer to consume escaped code points
|
3 yıl önce |
Timothy Flynn
|
9509433e25
LibRegex: Implement and use a REPEAT operation for bytecode repetition
|
3 yıl önce |
Timothy Flynn
|
f1ce998d73
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
|
3 yıl önce |
Timothy Flynn
|
2e4b6fd1ac
LibRegex: Ensure escaped code points are exactly 4 digits in length
|
3 yıl önce |
Ali Mohammad Pur
|
15f95220ae
AK+Everywhere: Delete Variant's default constructor
|
3 yıl önce |
Timothy Flynn
|
df14d11a11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
|
3 yıl önce |
Timothy Flynn
|
484ccfadc3
LibRegex: Support property escapes of Unicode script extensions
|
3 yıl önce |
Timothy Flynn
|
06088df729
LibRegex: Support property escapes of the Unicode script property
|
3 yıl önce |
Timothy Flynn
|
1e10d6d7ce
LibRegex: Support property escapes of Unicode General Categories
|
4 yıl önce |
Timothy Flynn
|
d485cf29d7
LibRegex+LibUnicode: Begin implementing Unicode property escapes
|
4 yıl önce |
Ali Mohammad Pur
|
36bfc912fc
LibRegex: Switch to east-const style
|
4 yıl önce |
Ali Mohammad Pur
|
c8b2199251
LibRegex: Clear previous capture group contents in ECMA262 mode
|
4 yıl önce |
Ali Mohammad Pur
|
11a8476cf4
LibRegex: Use the parser state capture group count in BRE
|
4 yıl önce |
Ali Mohammad Pur
|
54d89609de
LibRegex: Add support for the Basic POSIX regular expressions
|
4 yıl önce |