Start messing around with cranelift.

This commit is contained in:
2022-11-25 21:30:23 -08:00
parent a217e2633f
commit 22aa29cb92
12 changed files with 203 additions and 12 deletions

View File

@@ -16,6 +16,11 @@ path = "src/bin.rs"
clap = { version = "^3.0.14", features = ["derive"] }
codespan = "0.11.1"
codespan-reporting = "0.11.1"
cranelift-codegen = "^0.89.2"
cranelift-frontend = "^0.89.2"
cranelift-module = "^0.89.2"
cranelift-native = "^0.89.2"
cranelift-object = "^0.89.2"
lalrpop-util = "^0.19.7"
lazy_static = "^1.4.0"
logos = "^0.12.0"