plum

#treesitter#compiler#wasm

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

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


plum-wasm-codegen/tests/examples_test.rs
5ef4579Peter John 2026-08-10T11:10:35+05:30
feat(plum-wasm-codegen): add wasm-gc type-section emitter (unconsumed) and GC-enabled test Engine
3d6f280Peter John 2026-08-09T22:04:58+05:30
style: rename all Rust function/method names from snake_case to camelCase
35af6cfPeter John 2026-07-23T17:55:25+05:30
feat: close closures/match/interpolation known gaps in codegen
6341c74Peter John 2026-07-21T00:12:38+05:30
docs+test: closures complete; add example and update README
fe36a46Peter John 2026-07-20T12:01:31+05:30
docs+test: general enum support is complete; update known gaps and example
0e1801aPeter John 2026-07-19T21:52:28+05:30
test: add example programs covering the language's current syntax