Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 422 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 422 Bytes

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.