/bashcc

C compiler written in Bash script

Primary LanguageShellMIT LicenseMIT

bashcc

C compiler written in Bash script(WIP)

How to run

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

TODO

  • Skip space and newline.
  • Self-hosting.