Inspired by PHPoison, this project aims to make a simple language that is converted to Python. It only has ask and say right now. Here is an example of running the compiler. say Hi. | print("Hi.") ask Who are you? | input("Who are you?") hit love it, and give me some suggestions. Compatible with Python 3, not 2.