~repos /plum

#treesitter#compiler#wasm

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

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



tooling/tree-sitter-plum/test/corpus/match.txt



================================================================================
match
================================================================================
main() =
match a
a < b =>
printLn(a != b)
a > 9 =>
printLn(a == 9)
a < 9 =>
printLn(b == 0)
_ =>
printLn(a == 9)
--------------------------------------------------------------------------------
()