summaryrefslogtreecommitdiffstats
path: root/include/regexp-opcode.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial pass on regex routing supportDrew DeVault2020-10-291-0/+58
All this does is parse the regexes out of the config file. I've vendored libregexp from Bellard's quickjs project, because it's reasonably small and self-contained, and POSIX regexes don't support captures. We're eventually going to want captures for URL rewrites, so this'll do for now.