An open API service indexing awesome lists of open source software.

https://github.com/mearns/kt-regex

Implementation(s) of Ken Thompson's efficient regular expressions engine. Based on https://swtch.com/~rsc/regexp/regexp1.html
https://github.com/mearns/kt-regex

Last synced: about 1 month ago
JSON representation

Implementation(s) of Ken Thompson's efficient regular expressions engine. Based on https://swtch.com/~rsc/regexp/regexp1.html

Awesome Lists containing this project

README

        

# kt-regex
Implementation(s) of Ken Thompson's efficient regular expressions engine. Based on https://swtch.com/~rsc/regexp/regexp1.html