Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 190 Bytes

File metadata and controls

13 lines (8 loc) · 190 Bytes

sidcc

a toy C compiler made in Python to learn how the internals of GCC works.

Running tests

$ git clone https://github.com/tonisidneimc/sidcc
$ cd sidcc
$ make test