zvadaadam / Mila

Compiler frontend for Pascal like language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Compiler frontend for Pascal like language.


Languages

Language:C++ 96.6%Language:C 2.0%Language:CMake 1.4%