MarkH817 / finite-state-machine

Simulate and compare finite state machines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Finite State Machine

This project will read .dfa files and strings to simulate a finite state machine.

Tasks

  • Check if the string is the language of the machine
  • Check if two machines recognize the same language
    • Provide a counterexample, if they don't

About

Simulate and compare finite state machines

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.4%