Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 529 Bytes

File metadata and controls

18 lines (15 loc) · 529 Bytes

Turing parser

Turing parser - is a python script to parse different formats of Turing machines (for different tools I use at university to create Turing machines).

Supported programs

Usage

  1. Put the file you want to parse in the same directory as the parser (inside this repo).
  2. Run the parser with the following command:
make
  1. Then proceed according to the instructions displayed on the screen :)