Skip to content

Wardenfar/regex-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex automata toolkit

A lightweight crate implementing primitives for producing and manipulating Regex, NFA, and DFA.

This crate can be used to execute DFAs on uncommon data structures or to build tools for low-level regex manipulation.

Features

Regex parsing is not reimplemented; instead, the standard crate regex-syntax is used.

About

A lightweight crate implementing primitives for producing and manipulating Regex, NFA, and DFA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages