mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
LibURL/Pattern: Implement the URL Pattern Tokenizer
The tokenizer is used for both pattern string and constructor string parsing of URL Patterns.
This commit is contained in:
parent
70e3a48892
commit
f8f21319f9
Notes:
github-actions[bot]
2025-03-15 11:40:38 +00:00
Author: https://github.com/shannonbooth
Commit: f8f21319f9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3812
Reviewed-by: https://github.com/tcl3
Reviewed-by: https://github.com/trflynn89
5 changed files with 563 additions and 0 deletions
|
@ -8,6 +8,7 @@ set(SOURCES
|
|||
URL.cpp
|
||||
${PUBLIC_SUFFIX_SOURCES}
|
||||
Pattern/Pattern.cpp
|
||||
Pattern/Tokenizer.cpp
|
||||
)
|
||||
|
||||
serenity_lib(LibURL url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue