LLVM or Cranelift backend integration
LLVM veya Cranelift backend entegrasyonu
LLVM baglantilari
inkwell = "0.4"Kod uretici
cranelift = "0.111"Copy this Cargo.toml to get started:
[package]
name = "my-compiler-frontend"
version = "0.1.0"
edition = "2021"
[dependencies]
inkwell = "0.4"
cranelift = "0.111"
thiserror = "1"
tracing = "0.1"Learn these patterns to build this project effectively: