Timothy Flynn
|
02e3633b7f
AK: Move FormatParser definition from header to implementation file
|
3 年之前 |
Timothy Flynn
|
a9716ad44e
LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern
|
3 年之前 |
Timothy Flynn
|
9509433e25
LibRegex: Implement and use a REPEAT operation for bytecode repetition
|
3 年之前 |
Timothy Flynn
|
f1ce998d73
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
|
3 年之前 |
Timothy Flynn
|
1a173be29d
LibRegex: Disallow unescaped quantifiers in Unicode mode
|
3 年之前 |
Timothy Flynn
|
c3e1f1f687
LibRegex: Use correct source characters for Unicode identity escapes
|
3 年之前 |
Timothy Flynn
|
6a485f612f
LibRegex: Implement legacy octal escape parsing closer to the spec
|
3 年之前 |
Timothy Flynn
|
0c8f2f5aca
LibRegex: Ensure escaped hexadecimals are exactly 2 digits in length
|
3 年之前 |
Timothy Flynn
|
2e4b6fd1ac
LibRegex: Ensure escaped code points are exactly 4 digits in length
|
3 年之前 |
Timothy Flynn
|
e887314472
LibRegex: Fix ECMA-262 parsing of invalid identity escapes
|
3 年之前 |
Ali Mohammad Pur
|
15f95220ae
AK+Everywhere: Delete Variant's default constructor
|
3 年之前 |
Timothy Flynn
|
df14d11a11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
|
3 年之前 |
Timothy Flynn
|
484ccfadc3
LibRegex: Support property escapes of Unicode script extensions
|
3 年之前 |
Timothy Flynn
|
06088df729
LibRegex: Support property escapes of the Unicode script property
|
3 年之前 |
Timothy Flynn
|
dc9f516339
LibRegex: Generate negated property escapes as a single instruction
|
3 年之前 |
Timothy Flynn
|
4de4312827
LibRegex: Support property escapes of the form \p{Type=Value}
|
3 年之前 |
Timothy Flynn
|
1e10d6d7ce
LibRegex: Support property escapes of Unicode General Categories
|
3 年之前 |
Timothy Flynn
|
d485cf29d7
LibRegex+LibUnicode: Begin implementing Unicode property escapes
|
3 年之前 |
Ali Mohammad Pur
|
faef523567
LibRegex: Make unclosed-at-eof brace quantifiers an error
|
4 年之前 |
Timothy Flynn
|
345ef6abba
LibRegex: Support ECMA-262 Unicode escapes of the form "\u{code_point}"
|
4 年之前 |
Timothy Flynn
|
47f6bb38a1
LibRegex: Support UTF-16 RegexStringView and improve Unicode matching
|
4 年之前 |
Ali Mohammad Pur
|
36bfc912fc
LibRegex: Switch to east-const style
|
4 年之前 |
Ali Mohammad Pur
|
c8b2199251
LibRegex: Clear previous capture group contents in ECMA262 mode
|
4 年之前 |
Ali Mohammad Pur
|
9cdea2d521
LibRegex: Consider EOF in the middle of a range an error
|
4 年之前 |
Ali Mohammad Pur
|
1b2728f1ed
LibRegex: Don't attempt to insert invalid bytecode in {B,E}RE
|
4 年之前 |
Ali Mohammad Pur
|
6e35b94034
LibRegex: Implement lookaround in ERE
|
4 年之前 |
Ali Mohammad Pur
|
5f4e1338a1
LibRegex: Allow empty character classes in {B,E}RE
|
4 年之前 |
Ali Mohammad Pur
|
189922f442
LibRegex: Disallow excessively large repetition counts in {B,E}RE
|
4 年之前 |
Ali Mohammad Pur
|
11a8476cf4
LibRegex: Use the parser state capture group count in BRE
|
4 年之前 |
Ali Mohammad Pur
|
1c584e9d80
LibRegex: Correctly parse BRE bracket expressions
|
4 年之前 |