ilr

Intermediate Language Runtime

BSD-2-CLAUSE License

Stars
1

Intermediate Language Runtime

Compiler intermediate representation library with focus on cross-language portablility.

$ git clone https://github.com/ppenzin/ilr.git
$ mkdir build
$ cd build
$ cmake ../ilr
$ make check