Closed 0x1AE7F closed 1 year ago
This will either require adding another implementation of CodeGen
for different platforms. Or Haystack can transpile to c
or c++
. This would be a short term solution. It also raises questions about how to do things like reading from files, and things that I currently use syscalls for.
Ideally I'd like to switch to LLVM, but that's a much bigger project.
Closing this as a duplicate of #120 . We can look at any issues that come up once that's been fixed.
Output: