plum

#treesitter#compiler#wasm

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

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


test/import_fixtures/main.plum
1a9a65c 1
module fixtures
1a9a65c 2
1a9a65c 3
import helper
1a9a65c 4
0fe3528 5
fun main() -> Int =
1a9a65c 6
  helperValue()