plum

#treesitter#compiler#wasm

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

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


plum-cli/src/main.rs
3d6f280Peter John 2026-08-09T22:04:58+05:30
style: rename all Rust function/method names from snake_case to camelCase
1a9a65cPeter John 2026-07-23T21:27:56+05:30
feat(plum-cli): resolve import via --lib-path using the new loader
141de54Peter John 2026-07-21T10:13:36+05:30
fix
50effc5Peter John 2026-07-19T19:31:02+05:30
feat(plum-cli): add compile subcommand wiring checker and codegen
62ecfffPeter John 2026-07-19T17:43:01+05:30
fix: restore | operator spacing, add format_source_with_opts, reject --stdin --check
cca230ePeter John 2026-07-19T17:36:59+05:30
feat: add plum-cli binary with format subcommand