compilium v2
[WIP] C compiler + hikalium
Build
make
Usage
./compilium [--os_type=Linux|Darwin]
compilium takes stdin as an input, so you can compile your code like this (in bash):
./compilium <<< "int main(){ return 0; }"
Test
make testall
License
MIT