Skip to content

andrewcking/finite-state-emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite State Emulator

Emulates a finite state automata

The fsa is defined in the fsa.txt file in the root, it has 5 lines:

  1. comma-separated list of states
  2. a comma separated list of input symbols
  3. the starting state
  4. a comma-separated list of states corresponding to the accepting states
  5. a semi-colon delimited list of delta rules of the form ",->;"

About

Emulates a finite state automata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages