Fiskmans / FiskCompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiskCompiler

There are better tools out there, use them

This is my little experiment to see if i'm capable of making a compiler thats able to at least correctly compile a small test program to AMD64 and then link it

int main ()
{
}

should compile down to

xor eax, eax
retq

About


Languages

Language:C++ 97.8%Language:CMake 2.2%Language:Batchfile 0.0%Language:C 0.0%