Skip to content

Create a deterministic finite state automaton and pass strings to it

Notifications You must be signed in to change notification settings

heikalb/autoymaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

#Autoymaton Autoymata are deterministic finite state automata. machinery.py houses the State and Autoymaton classes. Autoymata consist of States. Once constructed you can pass a string to an Autoymaton and see if it is accepted. You can use autoymaton_main.py to build an Autoymaton interactively and pass strings to it. Just run it in a command line or a terminal. Feel free to use or extend the classes in machinery.py directly in your projects.

About

Create a deterministic finite state automaton and pass strings to it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages