Replies: 1 comment
|
No, Elephc is not limited to macOS. It currently supports Linux and macOS on AArch64, and support for additional targets is planned. LLVM/Clang is definitely a great option. For now, though, Elephc generates assembly directly. It's the path we've chosen for the project, and it's working well so far. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I highly recommend to use clang or llvm. To use clang compiler is much easier than code generating to assembly code.
All reactions