PILX - Python Interpreted Language X

This language is in very early stages and currently not being worked on. It only supports basic commands (not even basic math bro what).

PILX is my own try to make a programming language.
To use PILX, simply download the entirety of this repository and run pilx.py
You can take a peek at examples - my way of making a documentation, in the Examples folder. You can run these in the pilx.py by using the e command.
Currently in very early phases, literally useless. Can only store variables, do basic math operations (not basic math like 3+2, only ++a which would increase a by 1) and print the variables to the screen. But still fun!