plum

#treesitter#compiler#wasm

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

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


plum-checker/Cargo.toml
1daab8d 1
[package]
1daab8d 2
name = "plum-checker"
1daab8d 3
version = "0.1.0"
1daab8d 4
edition = "2021"
1daab8d 5
1daab8d 6
[dependencies]
1daab8d 7
plum-core = { path = "../plum-core" }
729d7cb 8
729d7cb 9
[dev-dependencies]
729d7cb 10
tree-sitter = "0.26"
729d7cb 11
tree-sitter-plum = { path = "../tooling/tree-sitter-plum" }