~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
tooling/tree-sitter-plum/Cargo.toml
[package]name = "tree-sitter-plum"description = "plum"version = "0.1.0"authors = ["pyrossh <pyros2097@gmail.com>"]license = "MIT"keywords = ["incremental", "parsing", "tree-sitter", "plum"]categories = ["parsing", "text-editors"]repository = "https://git.sr.ht/~pyrossh/plum"edition = "2021"autoexamples = false
build = "bindings/rust/build.rs"include = [ "bindings/rust/*", "grammar.js", "queries/*", "src/*", "tree-sitter.json",]
[lib]path = "bindings/rust/lib.rs"
[dependencies]tree-sitter-language = "0.1"
[build-dependencies]cc = "1.1.22"
[dev-dependencies]tree-sitter = "0.24.5"