plum

#treesitter#compiler#wasm

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

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


plum-core/src/builtin_usage.rs
ec5336fPeter John 2026-09-08T13:13:12+05:30
feat(lang): add elvis `?:` operator
af1776bPeter John 2026-09-08T12:57:14+05:30
feat(lang): add postfix `?` error-propagation operator
5f2f962Peter John 2026-09-08T12:01:22+05:30
feat(lang): remove type/class entirely, enum is the only declaration form
29313cbPeter John 2026-09-05T13:28:55+05:30
refactor(stdlib): move libs/std to top-level plum-std, gate Int/Float/Str imports