C/C++ Compiler
chris13524 opened this issue · 1 comments
chris13524 commented
This device would become a lot more handy if you could write/compile C/C++ code to it.
justarandomgeek commented
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!