Usage:
- Install npm https://www.npmjs.com/get-npm
- Run
npm installin top level directory - 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) - 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.