Skip to content

cfank/trevor-FSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiniteStateAutomata

Usage:

  1. Install npm https://www.npmjs.com/get-npm
  2. Run npm install in top level directory
  3. Run code using the command ts-node src/index.ts <argument> where is the input to the Finite State Automata. (Example: ts-node src/index.ts 110)
  4. The program outputs the output of the final state the Finite State Automata ends up on, or in the case of an error, outputs an error message.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published