plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-checker/Cargo.toml
[package]
name = "plum-checker"
version = "0.1.0"
edition = "2021"
[dependencies]
plum-core = { path = "../plum-core" }
[dev-dependencies]
tree-sitter = "0.26"
tree-sitter-plum = { path = "../tooling/tree-sitter-plum" }