Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 467 Bytes

automaton

An implementation of finite automatons as described in the wonderful book: "Introduction to automata theory, languages, and computation" by John E. Hopcroft, Rajeev Motwani, and Jeffrey D. Ullman

Purpose

This is an old repo. I just made it out of my initial excitement after taking my first language theory course at school. I also sort of abuse the functional features of python; to a point that this might not be compatible with python 3.now 😵