plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
tooling/tree-sitter-plum/Makefile
TREE_SITTER := npx --yes tree-sitter-cli
build:
$(TREE_SITTER) generate
$(TREE_SITTER) build -o grammars/plum.so
corpus_test:
$(TREE_SITTER) generate
$(TREE_SITTER) test