Ecosyste.ms: Awesome
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: 8 days ago
JSON representation
a naive regular expression implementation based-on finite automata using rust-lang
- Host: GitHub
- URL: https://github.com/nanne007/rust-naiveregexp
- Owner: nanne007
- License: cc0-1.0
- Created: 2014-09-24T00:47:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T10:55:31.000Z (about 10 years ago)
- Last Synced: 2023-07-13T19:50:53.356Z (over 1 year ago)
- Language: Rust
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
naive-regex
===========a naive regular expression implementation based-on finite automata using rust-lang