Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 249 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 249 Bytes

Simple C Compiler(scc)

TODO

  • Compile to gcc ASM code
  • Read C-file
  • ...
  • Write C standard lib

Build

Makefile:

make

CMake:

mkdir build && cd build && cmake .. && make

Usage

./scc file