Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 308 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 308 Bytes

A C compiler

This is a basic C compiler written in zig that targets something between C99 and C23. It's main purpose is for me to learn about compilers. My eventual goal with this project is to be able to compile and ISO C program. I do not plan to implement any optimizations in the compilation process.