Skip to content

Fiskmans/FiskCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published