plum

#treesitter#compiler#wasm

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

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


plum-core/src/formatter.rs
3d6f280Peter John 2026-08-09T22:04:58+05:30
style: rename all Rust function/method names from snake_case to camelCase
62ecfffPeter John 2026-07-19T17:43:01+05:30
fix: restore | operator spacing, add format_source_with_opts, reject --stdin --check
7bbcc54Peter John 2026-07-19T17:32:24+05:30
feat: implement format_source wrapping topiary-core
0a830c8Peter John 2026-07-19T17:22:28+05:30
refactor: restructure as Cargo workspace, add plum-core skeleton