Skip to content

An implementation of the book "Writing a C Compiler" by Nora Sandler

License

Notifications You must be signed in to change notification settings

ceronman/writing-a-c-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writing a C compiler

A Rust implementation of the book Writing a C Compiler by Nora Sandler

This is currently a work in progress. I have implemented up to chapter 13 including all extra-credit until there.

It currently only works on macOS with ARM64 cpus (but generating x86 code). Linux support will come in the future.

About

An implementation of the book "Writing a C Compiler" by Nora Sandler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages