Rift - A Language Compiler
Important! Master branch is WIP (Compiler rework)
Check out branch v1 for the old transpiler
Linux support for v2 coming soon ™️
Meant to be C-Like with some helpful features.
- Syntax is similar to C
- Transpiles to C code
(NOTE FOR LINUX USERS): Install llvm llvm-dev zlib1g-dev
before compiling
- Clone the Repo to your machine
- Make a bin directory in the repo root
- Build project using build.bat
- (temporary) Compile example test.rf to blah.ll, use
clang -g blah.ll -o test.exe
to compile the IR to an executable