plum

#treesitter#compiler#wasm

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

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


test/simple_add.plum
fun add(a: Int, b: Int) -> Int =
  a + b