11 comments (11 comments)4 reactions (4 reactions)0 assignees (0 assignees)Rust960 forks (960 forks)batch import
help wanted
Repository metrics
- Stars
- 21,417 stars (21,417 stars)
- PR merge metrics
- Avg merge 10d 19h (Avg merge 10d 19h)69 merged PRs in 30d (69 merged PRs in 30d)
Contributor guide
- Research direction
- Modify the parser to accept expressions (e.g., arithmetic, function calls) in const declarations, then extend the type checker to verify compile time evaluability, and finally update code generation to emit the computed constant.
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Prerequisites
- RustCompiler design