Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 214 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 214 Bytes

A Small C Compiler

This project is a small C compiler based on chibicc.

How to use (Linux)

$ sudo apt update
$ sudo apt install -y gcc make git binutils libc6-dev