Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
5a14f7ea2f
LibRegex: Generate a 'Compare' op for empty character classes
|
4 years ago |
AnotherTest
|
c128b3fd91
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
|
4 years ago |
AnotherTest
|
1b071455b1
LibRegex: Treat brace quantifiers with invalid contents as literals
|
4 years ago |
AnotherTest
|
e9279d1790
LibRegex: Allow a '?' suffix for brace quantifiers
|
4 years ago |
Jelle Raaijmakers
|
db321db5f4
LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0")
|
4 years ago |
AnotherTest
|
1bdc1cf77e
LibRegex: Consider named capture groups as normal capture groups too
|
4 years ago |
AnotherTest
|
be0182d049
LibRegex: Reset capture group indices when resetting parser state
|
4 years ago |
AnotherTest
|
6bbb26fdaf
LibRegex: Allow references to capture groups that aren't parsed yet
|
4 years ago |
AnotherTest
|
e0ac85288e
LibRegex: Allow missing high bound in {x,y} quantifiers
|
4 years ago |
AnotherTest
|
91bf3dc7fe
LibRegex: Match the escaped part of escaped syntax characters
|
4 years ago |
AnotherTest
|
f05e518cbc
LibRegex: Implement section B.1.4. of the ECMA262 spec
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
asynts
|
1a3a0836c0
Everywhere: Use CMake to generate AK/Debug.h.
|
4 years ago |
asynts
|
01879d27c2
Everywhere: Replace a bundle of dbg with dbgln.
|
4 years ago |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |