Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 200 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 200 Bytes

sall-cc

Sall C compiler -- A small compiler writen from scratch

To compile, do gcc -o sall-cc *.c

To run, do

./sall-cc [input-file]

This can also read from stdin, so you can do

./sall-cc