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 年之前 |
AnotherTest
|
0f468a5013
LibRegex: Test alternatives in the expected order
|
4 年之前 |
AnotherTest
|
6bbb26fdaf
LibRegex: Allow references to capture groups that aren't parsed yet
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Linus Groh
|
421587c15c
Everywhere: Fix typos
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |