compilers-targeting-c
compilers-targeting-c copied to clipboard
A list of compilers that can generate C code
I found another source-to-source compiler ([GoLite Transpiler](https://github.com/vaquierm/GoLite_Transpiler)) that compiles a subset of Go to C++.
I found another compiler ([tmppy](https://github.com/google/tmppy)) that compiles a subset of Python to C++.
Another one: https://github.com/knizhnik/ptoc/ Although the guthub repository is only 3 years old, the program has actually been around for some time. The files in my own system are dated 1997...
I found [another compiler](https://github.com/xyproto/go2cpp) that translates a subset of Go to C++. Should it be included in the list of compilers?
According to doc: "It can also translate nullc files into C source files." https://github.com/WheretIB/nullc wiki: https://github.com/WheretIB/nullc/wiki/Language-Reference
[Lua2C](https://github.com/davidm/lua2c) is a compiler that translates Lua source files to C source files. Should it be included in this list as well?
I found another Python-to-C compiler called [Prometeo](https://github.com/zanellia/prometeo): should it be included in the list of compilers here?
Jai
Jai is a compile-to-C language targeting game development. It is still being worked on by Jonathan Blow, creator of Braid and The Witness. There is no website for the language...
@dbohdan It has been a while since you've updated this repository. I know you're from Ukraine and I really hope you're safe and ok. If you need a help with...
https://github.com/tibordp/alumina Compiles to c11 (https://github.com/tibordp/alumina#status)