tinycc
tinycc copied to clipboard
C-Chads Maintained fork of Tiny C Compiler, regularly pulled from https://repo.or.cz/w/tinycc.git
We need it so that we can build TCC to make it run on WASM, or make it possible so that we can run TCC on [Compiler Explorer](https://godbolt.org/). I personally...
so running the build-tcc.bat under win32 produces the below error, but still builds and the version is still 0.9.27 (tcc -v). Changelog says it should be 0.9.28? ``` fatal: Not...
I am looking to port tinycc to the PU32 instruction set described at: https://github.com/fontamsoc/docs/blob/master/isa.md https://github.com/fontamsoc/docs/blob/master/isa-sys.md PU32 uses following ABI: https://github.com/fontamsoc/docs/blob/master/abi.md How to describe the ABI when porting tinycc ?