Initial project.
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "kaleidoscope-client" | ||
version = "0.1.0" | ||
authors = ["Eduardo Souza <ledusou@gmail.com>"] | ||
edition = "2018" | ||
#debug = true | ||
#opt-level = 0 | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
mu-aot-llvm = { git = "https://gitlab.anu.edu.au/u1075163/mu-aot-llvm", branch = "master", version = "*"} | ||
mu = { git = "https://gitlab.anu.edu.au/mu/mu-impl-fast", branch = "rust-2018", version = "*" } | ||
libloading = "*" | ||
llvm-sys = "*" |
in0.txt
0 → 100644
in1.txt
0 → 100644
in2.txt
0 → 100644
in3.txt
0 → 100644
in4.txt
0 → 100644
src/ast.rs
0 → 100644
This diff is collapsed.
src/generator.rs
0 → 100644
src/ir_macros.rs
0 → 100644
This diff is collapsed.
src/lexer.rs
0 → 100644
src/lib.rs
0 → 100644
src/main.rs
0 → 100644
src/mu_generator.rs
0 → 100644