bashcc icon indicating copy to clipboard operation
bashcc copied to clipboard

C compiler written in Bash script

bashcc

C compiler written in Bash script(WIP)

How to run

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

TODO

  • Skip space and newline.
  • Self-hosting.