Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 302 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 302 Bytes

CCompiler

compiler for C language

environment

Use docker with Dockerfile

build

$ make 9cc

test

$ make test

Thanks

I referred to 9cc in this article. Thus, I thank Rui Ueyama to share his knowledge.