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
.