Gregex

Gregex is a regular expression solver which utilizes Non-deterministic Finite Automata (NFA) to simulate the input strings.
Usage
use regex;
Theory
The project uses Glushkov's construction algorithm for creating the NFA.
Gregex is a regular expression solver which utilizes Non-deterministic Finite Automata (NFA) to simulate the input strings.
use regex;
The project uses Glushkov's construction algorithm for creating the NFA.