Add LLVM backend #43
Labels
definitely
Must be implemented and will be implemented
enhancement
New feature or request
hardening
Improve the robustness of a feature.
Add LLVM backend as a target. Make it available through an optional feature flag like
llvm-support
or something; LLVM is an utterly massive dependency that I don't want to rely on. If performance isn't good enough, we can directly lower the psuedo-assembly-language to LLVM; this should achieve performance on par with other languages like C.The text was updated successfully, but these errors were encountered: