plank-monorepo
Rust Mediumplankevm/plank-monorepo
19 stars
4 forks
23 open issues
Active Mar 2026
Beginner-Friendly Issues 23
Issues tagged for new contributors
Comptime: Type reflection and introspection primitives
#113 · Mar 30, 2026
✨ feature
Comptime: `comptime let mut` and `inline while`
#112 · Mar 30, 2026
✨ feature
Comptime: Core module and type-directed operator dispatch
#111 · Mar 30, 2026
✨ feature
Comptime: Parameter enforcement and call-site monomorphization
#110 · Mar 30, 2026
✨ feature
Comptime: Block expressions
#109 · Mar 30, 2026
✨ feature
Comptime: While loops and eval quota
#108 · Mar 30, 2026
✨ feature
Comptime: Evaluation of pure EVM builtins
#107 · Mar 30, 2026
✨ feature
Parser: Handle malformed CST nodes in AST wrappers
#105 · Mar 30, 2026
🐞 bug 🔬 error messages
Frontend: Replace function call validation panics with diagnostics
#104 · Mar 30, 2026
🔬 error messages
Frontend: Replace struct validation panics with diagnostics
#103 · Mar 30, 2026
🔬 error messages
Frontend: Replace remaining HIR Eval & MIR Lower panics with diagnostics
#102 · Mar 30, 2026
🐞 bug 🔬 error messages
Frontend: Improve type mismatch error pointintg to the whole block
#101 · Mar 30, 2026
🔬 error messages
Frontend: Display relative path for diagnostics instead of absolute
#100 · Mar 30, 2026
good first issue 🔬 error messages
Frontend: Improve mismatch type error on assignment with if
#99 · Mar 30, 2026
🔬 error messages
Parser: Fix negative literals
#98 · Mar 27, 2026
🐞 bug
Frontend: Implement `inline while`
#97 · Mar 25, 2026
✨ feature
Frontend: allow init and run blocks in imported files
#95 · Mar 24, 2026
Language: Add support for local `const`
#93 · Mar 24, 2026
✨ feature
Frontend: Convert struct-related panics to diagnostics
#92 · Mar 23, 2026
🔬 error messages
Language: Zig-style methods and `Self` type
#81 · Mar 10, 2026
🧠 language design
Language: Operator Overloading & Base Type Operator Definitions
#80 · Mar 10, 2026
✨ feature
SIR: Design & Implement Stack Shuffling with Spilling in Backend
#75 · Mar 9, 2026
⚡️ optimization 🧮 backend
SIR: Allow `icall` as terminator
#74 · Mar 9, 2026
🏗️ infra ⚡️ optimization 🧮 backend