Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 398 Bytes

File metadata and controls

17 lines (10 loc) · 398 Bytes

automata

Implementing DFAs (deterministic finite automata) and NFAs (nondeterministic finite automata using core.logic and writing macros to automatically do so. This was an exercise in logic programming and macros.

Prerequisites

You will need Leiningen 2.0 or above installed.

Usage

Right now, there is no main function - use in the REPL.

License

Copyright © 2013 Rupa Shankar