mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibRegex: Add support for the Basic POSIX regular expressions
This implements the internal regex stuff for #8506.
This commit is contained in:
parent
addfa1e82e
commit
54d89609de
Notes:
sideshowbarker
2024-07-18 09:26:14 +09:00
Author: https://github.com/alimpfard
Commit: 54d89609de
Pull-request: https://github.com/SerenityOS/serenity/pull/8606
3 changed files with 351 additions and 109 deletions
|
@ -378,6 +378,9 @@ ALWAYS_INLINE Optional<bool> Matcher<Parser>::execute_low_prio_forks(const Match
|
|||
return false;
|
||||
}
|
||||
|
||||
template class Matcher<PosixBasicParser>;
|
||||
template class Regex<PosixBasicParser>;
|
||||
|
||||
template class Matcher<PosixExtendedParser>;
|
||||
template class Regex<PosixExtendedParser>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue