Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 546 Bytes

Maze Interpreter

Better rewritten version

A python interpreter for the Maze programming language.

Usage

python3 interreter.py program.mz [-c | -o]

Default : Shows just the output.

-c : Displays the maze being executed.
-o : Displays the maze being executed with the live output.

Bitdeli Badge