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
- Host: GitHub
- URL: https://github.com/mearns/kt-regex
- Owner: mearns
- Created: 2015-06-18T20:36:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T01:31:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T11:45:04.704Z (3 months ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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