Skip to content

icholy/cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My poor attempt at writing a C compiler

I'm following this series of posts.

$ go build 
$ ./cc hello_world.c
$ gcc -m32 hello_world.s -o hello_world
$ ./hello_world.exe

Releases

No releases published

Packages

No packages published