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

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)

Awesome Lists containing this project

README

          

# regex-vm

A regex engine that compiles the regex into instructions for a stack-based virtual machine.