Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 145 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 145 Bytes

bashcc

C compiler written in Bash script(WIP)

How to run

$ ./bashcc a.c
$ ./a.out

TODO

  • Skip space and newline.
  • Self-hosting.