/maze-interpreter

A python interpreter for the Maze (http://esolangs.org/wiki/Maze) programming language.

Primary LanguagePython

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