plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-core/src/ast.rs
fbfbd7b
— Peter John
2026-08-09T18:47:56+05:30
feat(plum-core): parse enum discriminant-value declarations
be16cd8
— Peter John
2026-07-24T11:09:03+05:30
feat(plum-core): parse bracket generics, drop ReturnType in favor of Type
3d79c9f
— Peter John
2026-07-23T18:45:42+05:30
feat(plum-core): parse obj.field assignment targets into AssignTarget::Field
d7e5ff4
— Peter John
2026-07-20T21:40:35+05:30
feat(plum-core): parse closure literals and fn(...) type annotations
0a830c8
— Peter John
2026-07-19T17:22:28+05:30
refactor: restructure as Cargo workspace, add plum-core skeleton