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

https://github.com/saphereye/gregex

Provides a regular expression engine that uses a Nondeterministic finite automaton to simulate the regular expression
https://github.com/saphereye/gregex

nfa regex

Last synced: 7 months ago
JSON representation

Provides a regular expression engine that uses a Nondeterministic finite automaton to simulate the regular expression

Awesome Lists containing this project

README

          

# Gregex ![crates.io](https://img.shields.io/crates/v/gregex.svg) ![Build Passing](https://github.com/Saphereye/gregex/actions/workflows/ci.yml/badge.svg)

![](https://github.com/Saphereye/gregex/raw/master/assets/gregex_workflow.excalidraw.svg)

Gregex is a regular expression solver which utilizes Non-deterministic Finite Automata (NFA) to simulate the input strings.