summaryrefslogtreecommitdiff
path: root/sys/src/libregexp/regimpl.h
AgeCommit message (Collapse)Author
2017-04-30libregexp: miscellaneous little cleanupsspew
2017-02-02libregexp: simplify regular expression vm implementationspew
Make the logic around who has priority over the final match simpler by merging the priority generation and match fields in a smarter way. Move the creation of new thread matches up to the top to avoid jumping all over the place.
2016-04-26New libregexp and APE ported to nativeben