木 pyrossh
|
cv
|
posts
|
plum
#treesitter
#compiler
#wasm
git clone
https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
Readme
|
Code
|
Commits
test/simple_add.plum
Contents
|
History
|
Blame
0fe3528
1
fun add(a: Int, b: Int) -> Int =
50effc5
2
a + b