Ali Mohammad Pur
|
8f722302d9
LibRegex: Use a match table for character classes
|
3 年之前 |
Ali Mohammad Pur
|
bf0315ff8f
LibRegex: Avoid excessive Vector copy when compiling regexps
|
3 年之前 |
Ali Mohammad Pur
|
246ab432ff
LibRegex: Add a basic optimization pass
|
3 年之前 |
Ali Mohammad Pur
|
abbe9da255
LibRegex: Make infinite repetitions short-circuit on empty matches
|
3 年之前 |
Ali Mohammad Pur
|
dd82c2e9b4
LibRegex: Correctly handle failing in the middle of explicit repeats
|
3 年之前 |
Ali Mohammad Pur
|
98624fe03f
LibRegex: Implement min/max repetition using the Repeat bytecode
|
3 年之前 |
Timothy Flynn
|
9509433e25
LibRegex: Implement and use a REPEAT operation for bytecode repetition
|
3 年之前 |
Timothy Flynn
|
a0b72f5ad3
LibRegex: Remove (mostly) unused regex::MatchOutput
|
3 年之前 |
Timothy Flynn
|
f1ce998d73
LibRegex+LibJS: Combine named and unnamed capture groups in MatchState
|
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
|
1e10d6d7ce
LibRegex: Support property escapes of Unicode General Categories
|
3 年之前 |
Timothy Flynn
|
d485cf29d7
LibRegex+LibUnicode: Begin implementing Unicode property escapes
|
3 年之前 |
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 年之前 |
Gunnar Beutner
|
36e36507d5
Everywhere: Prefer using {:#x} over 0x{:x}
|
4 年之前 |
Ali Mohammad Pur
|
f364fcec5d
LibRegex+Everywhere: Make LibRegex more unicode-aware
|
4 年之前 |
Ali Mohammad Pur
|
addfa1e82e
LibRegex: Make the bytecode transformation functions static
|
4 年之前 |
Andreas Kling
|
e59bf87374
Userland: Replace VERIFY(is<T>) with verify_cast<T>
|
4 年之前 |
Gunnar Beutner
|
5bfe601152
LibRegex: Remove unused code
|
4 年之前 |
Gunnar Beutner
|
a167941852
LibRegex: Use a plain pointer for OpCode::m_state
|
4 年之前 |
Gunnar Beutner
|
d3c2a3caea
LibRegex: Avoid initialization checks in get_opcode_by_id()
|
4 年之前 |
Gunnar Beutner
|
281f39073d
LibRegex: Make get_opcode() return a reference
|
4 年之前 |
Gunnar Beutner
|
cd49fb0229
LibRegex: Remove return value for setters
|
4 年之前 |
Gunnar Beutner
|
1fb4471506
LibRegex: Use a plain array to store opcodes
|
4 年之前 |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
c68dcf45b6
LibRegex: Convert String::format() => String::formatted()
|
4 年之前 |
AnotherTest
|
e9279d1790
LibRegex: Allow a '?' suffix for brace quantifiers
|
4 年之前 |
AnotherTest
|
8d7bcc2476
LibRegex: Give ByteCode a copy ctor and and a move assignment operator
|
4 年之前 |