Implementation of a simple Mila compiler (base on LLVM) for CTU FIT BI-PJP subject
LLVM 6.0.1_3
cd cmake-build-debug &&
cmake ..
make
To rebuild:
cd cmake-build-debug &&
make
##RUN
Compile all sample files
./test
all shell executable files will be saved in "./samples" directory
Compile single file
bash test_single.sh <filename>