You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.