LibURL/Pattern: Implement ability to compile a component

This provides the infrastructure for taking a part list from the
pattern parser and generating the actual regexp object which is
used for matching against URLs from the pattern.
This commit is contained in:
Shannon Booth 2025-03-18 19:34:25 +13:00 committed by Tim Flynn
commit c9e6ad562c
Notes: github-actions[bot] 2025-04-06 12:27:29 +00:00
3 changed files with 261 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
URL.cpp
${PUBLIC_SUFFIX_SOURCES}
Pattern/Canonicalization.cpp
Pattern/Component.cpp
Pattern/ConstructorStringParser.cpp
Pattern/Init.cpp
Pattern/Options.cpp