A simple programming language frontend written in Python using LLVM.
python main.py build test.txt
python main.py run test.txt
There are only void's and int's in this language so we can't print out "Hello, World!"
#include <iostream>
int main() {
print(120);
return 0;
}