thinkoid / reta

Automata construction from regular expression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regular Expression To Automata

Hacking around the construction of automata from (some simplified and bastardized) regular expressions.

The syntax supports grouping (but no backreferences), alternations and Kleene closures.

About

Automata construction from regular expression

License:Do What The F*ck You Want To Public License


Languages

Language:C++ 90.3%Language:Makefile 7.0%Language:M4 2.7%