/cl-automaton

A Common Lisp DFA/NFA implementation with Unicode, derived from http://www.brics.dk/automaton/.

Primary LanguageCommon LispGNU Lesser General Public License v3.0LGPL-3.0

cl-automaton

A Common Lisp DFA/NFA (finite-state automata) implementation with Unicode alphabet and support for the standard regular expression operations (concatenation, union, Kleene star) and a number of non-standard ones (intersection, complement, etc.), derived from Automaton.

A more live version at Drei.