LibURL/Pattern: Implement processing a URL Pattern Init

This gets us to the point just before the point of parsing the
pattern strings for each URL component to produce a regular
expression.
This commit is contained in:
Shannon Booth 2025-03-07 19:14:52 +13:00 committed by Tim Flynn
commit f80e7d6816
Notes: github-actions[bot] 2025-04-06 12:28:17 +00:00
5 changed files with 395 additions and 7 deletions

View file

@ -9,6 +9,7 @@ set(SOURCES
${PUBLIC_SUFFIX_SOURCES}
Pattern/Canonicalization.cpp
Pattern/ConstructorStringParser.cpp
Pattern/Init.cpp
Pattern/Pattern.cpp
Pattern/String.cpp
Pattern/Tokenizer.cpp