This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-15 17:18:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1d343116a9c814869bc708dffb61d9b100be0eda
ladybird
/
Userland
/
Libraries
/
LibRegex
History
AnotherTest
5a14f7ea2f
LibRegex: Generate a 'Compare' op for empty character classes
...
Otherwise it would match zero-length strings.
Fixes
#6256
.
2021-04-12 08:54:58 +02:00
..
C
…
Tests
LibRegex: Parse
\0
as a zero-byte instead of 0x30 ("0")
2021-04-09 21:53:14 +02:00
CMakeLists.txt
…
Forward.h
…
Regex.h
…
RegexByteCode.cpp
…
RegexByteCode.h
LibRegex: Allow a '?' suffix for brace quantifiers
2021-04-10 09:16:03 +02:00
RegexDebug.h
LibRegex: Take the regex as a const reference in print_bytecode()
2021-04-10 09:16:03 +02:00
RegexError.h
…
RegexLexer.cpp
…
RegexLexer.h
…
RegexMatch.h
…
RegexMatcher.cpp
LibRegex: Make sure there are as many group matches as actual matches
2021-04-05 09:02:06 +02:00
RegexMatcher.h
…
RegexOptions.h
…
RegexParser.cpp
LibRegex: Generate a 'Compare' op for empty character classes
2021-04-12 08:54:58 +02:00
RegexParser.h
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
2021-04-10 12:10:45 +02:00