~repos /plum

#treesitter#compiler#wasm

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

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



libs/std/err.plum



module std
`This is used to represent an error value across the language
trait Err =
code() -> Int
msg() -> Str
cause() -> Err | Nil