justarandomgeek/factorio-computer

C/C++ Compiler

chris13524 opened this issue · 1 comments

This device would become a lot more handy if you could write/compile C/C++ code to it.

I had looked at porting a C compiler to this at one point, but found that the lack of a native int type made C a poor fit for the machine. I'll probably come back to that once I have a better understanding on how to handle ints on this machine though (from finishing my compiler).

If you see a clear path to a C compiler though, you're welcome to start the work on that!