This is the llvm-based re-work of the oryginal c-cash project
- Clone this repo
- Download llvm-project repo, compile and install latest release
- Create and enter build directory
- Use commands below
cmake ..
make
- use
./c-cash <main file>
to compile the code, and then use clang to compile created.o
files