-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM-based Compiler #578
LLVM-based Compiler #578
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still working on compiler/backend_inkwell/src/lib.rs
Co-authored-by: Jonas Wanke <[email protected]>
…into inkwell-compiler
Co-authored-by: Jonas Wanke <[email protected]>
Co-authored-by: Jonas Wanke <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, and please add the new crate to /compiler.code-workspace
, maybe below the VM
The golden IRs have changed: f25d852..3b09a8f |
The golden IRs have changed: f25d852..75b12cf |
The golden IRs have changed: f25d852..a1fb6ea |
Closes: #298
This PR introduces an initial LLVM-based compiler for Candy using the inkwell crate. While the compiler does not support all instructions yet, simple examples are already runnable.