Python Interpreter
Script Interpreter implements in Python
This is my attempt to create a new programing language, the language called ALPL and the interpreter implemented in Python. The program should get a "alpl" script and execute it, The program expect to get a file with extension ".alpl" as a command-line argument.
In this phase the ALPL language contains only six commands, the following is a description and rules of the language:
The solution includes the following scripts:
Usage:
python main.py FILE_NAME (ALPL code file)
The source code on Github