plum

#treesitter#compiler#wasm

git clone https://git.pyrossh.dev/plum

A statically typed, imperative programming language inspired by rust, python


plum-cli/Cargo.toml
0a830c8 1
[package]
0a830c8 2
name = "plum-cli"
0a830c8 3
version = "0.1.0"
0a830c8 4
edition = "2021"
0a830c8 5
cca230e 6
[[bin]]
cca230e 7
name = "plum"
cca230e 8
path = "src/main.rs"
cca230e 9
0a830c8 10
[dependencies]
0a830c8 11
plum-core = { path = "../plum-core" }
50effc5 12
plum-checker = { path = "../plum-checker" }
50effc5 13
plum-wasm-codegen = { path = "../plum-wasm-codegen" }
cca230e 14
clap = { version = "4", features = ["derive"] }
cca230e 15
anyhow = "1"
50effc5 16
tree-sitter = "0.26"
50effc5 17
tree-sitter-plum = { path = "../tooling/tree-sitter-plum" }
141de54 18
toml_edit = "0.22"
0000000 19
wasmtime = "47"