Skip to content

A C compiler based on "Writing a C Compiler: Build a Real Programming Language from Scratch" by Nora Sandler.

License

Notifications You must be signed in to change notification settings

AdrianoCLeao/c-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Compiler in C

This repository is a study project based on the book "Writing a C Compiler: Build a Real Programming Language from Scratch" by Sandler Nora.

Quick start:

  • Build: make
  • Show driver help: make help
  • Run: make run ARGS="[flags] <source.c>"

See driver manual for details: docs/driver-manual.md.

About

A C compiler based on "Writing a C Compiler: Build a Real Programming Language from Scratch" by Nora Sandler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published