DFA Parser + Interpreter

Fall 2022

  • Parses Deterministic Finite Automata model-code built from TiKZ in LaTeX, converts it to a runner
  • Runner generates an object to loop through the states and validate if an input is in the language of the model
  • Inlcudes basic input validation, no dead states/unreachable nodes
github icon Python