Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 242 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 242 Bytes

LLVM Compiler for Mila

Implemenation of LLVM frontend compiler from Pascal like language called Mila.

Build

$ cmake CMakeLists.txt
$ make

Run

$ ./mainLLVM /path/to/your/mila/program
$ g++ output.o -o mila_out