This turing-complete programming language takes influence from many different languages, and provides a unique feel and experience with its hybrid postfix/infix syntax.
See "epic_programming_guide.md" for more info.
See the examples in the examples folder.
Clone the repo and in the project folder, in your terminal emulator / command prompt, cargo build. Install LLVM in order to run this software.
To run the compiler, input the file name of the code you want compiled, and it will output a file out.ll that can be further processed or linked with other .lls with llvm.