otakuto / bashcc

C compiler written in Bash script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bashcc

C compiler written in Bash script(WIP)

How to run

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

TODO

  • Skip space and newline.
  • Self-hosting.

About

C compiler written in Bash script

License:MIT License


Languages

Language:Shell 100.0%