Skip to content

cubicYYY/Toy-Rust-Regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy Regex Compiler

Using Thompson's construction to translate a regex expression into an NFA. (TODO)
Online algorithm to cache states of the equivalent DFA when matching.
A toy that is totally useless and not functional currently. Just for fun.

About

A regex compiler, using Thompson's construction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages