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-05-08 20:28:26 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d2f9fee4abd2535beb5aef3d3e4e687ea7ddb967
ladybird
/
Userland
/
Libraries
/
LibRegex
History
Ali Mohammad Pur
ac856cb965
LibRegex: Don't ignore empty alternatives in append_alternation()
...
Doing so would cause patterns like `(a|)` to not match the empty string.
2021-10-29 15:57:59 +02:00
..
C
…
CMakeLists.txt
…
Forward.h
LibRegex: Use a match table for character classes
2021-10-03 19:16:36 +02:00
Regex.h
…
RegexByteCode.cpp
LibRegex: Use a match table for character classes
2021-10-03 19:16:36 +02:00
RegexByteCode.h
LibRegex: Transform 0,1 min/unbounded max repetitions to * or +
2021-10-09 15:57:05 +02:00
RegexBytecodeStreamOptimizer.h
LibRegex: Use a match table for character classes
2021-10-03 19:16:36 +02:00
RegexDebug.h
…
RegexError.h
…
RegexLexer.cpp
…
RegexLexer.h
…
RegexMatch.h
LibJS+AK: Use Vector<u16, 1> for UTF-16 string storage
2021-10-02 17:39:38 +02:00
RegexMatcher.cpp
AK: Prevent accidental misuse of BumpAllocator
2021-10-23 19:02:54 +01:00
RegexMatcher.h
…
RegexOptimizer.cpp
LibRegex: Don't ignore empty alternatives in append_alternation()
2021-10-29 15:57:59 +02:00
RegexOptions.h
…
RegexParser.cpp
Libraries: Fix typos
2021-10-01 01:06:40 +01:00
RegexParser.h
…