https://github.com/sunjay/regex-vm
A regex engine that compiles the regex into instructions for a stack-based virtual machine. (work in progress)
https://github.com/sunjay/regex-vm
Last synced: about 1 year ago
JSON representation
A regex engine that compiles the regex into instructions for a stack-based virtual machine. (work in progress)
- Host: GitHub
- URL: https://github.com/sunjay/regex-vm
- Owner: sunjay
- License: mpl-2.0
- Created: 2021-07-01T04:31:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T03:45:14.000Z (almost 5 years ago)
- Last Synced: 2025-05-14T03:31:29.260Z (about 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regex-vm
A regex engine that compiles the regex into instructions for a stack-based virtual machine.