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

https://github.com/nanne007/rust-naiveregexp

a naive regular expression implementation based-on finite automata using rust-lang
https://github.com/nanne007/rust-naiveregexp

Last synced: 4 months ago
JSON representation

a naive regular expression implementation based-on finite automata using rust-lang

Awesome Lists containing this project

README

        

naive-regex
===========

a naive regular expression implementation based-on finite automata using rust-lang