Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 267 Bytes

utm

C++ implementation of a UTM simulator

  • The constructor takes a string of 'input tape', and a set of four-tuple instructions.
  • The instructions take four (duh) arguments: integer start state, char 'read' value, char 'write' value, and integer next state.