plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-core/Cargo.toml
| 0a830c8 | 1 | [package] |
| 0a830c8 | 2 | name = "plum-core" |
| 0a830c8 | 3 | version = "0.1.0" |
| 0a830c8 | 4 | edition = "2021" |
| 0a830c8 | 5 | |
| 0a830c8 | 6 | [dependencies] |
| 0a830c8 | 7 | tree-sitter = "0.26" |
| 0a830c8 | 8 | tree-sitter-plum = { path = "../tooling/tree-sitter-plum" } |
| 0a830c8 | 9 | topiary-core = "0.7.3" |
| 0a830c8 | 10 | topiary-tree-sitter-facade = "0.7.3" |
| 8a7f6ad | 11 | |
| 8a7f6ad | 12 | [dev-dependencies] |
| 8a7f6ad | 13 | tempfile = "3" |