Reportar variables no utilizadas
Open
implementation
- Dominant language
- Python
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
https://craftinginterpreters.com/resolving-and-binding.html#challenges
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the linked Resolving and Binding challenge in Crafting Interpreters and locate the resolver implementation in plox. Determine how variable declarations and uses are tracked, then define how an unused variable should be reported. Done means the interpreter reports unused variables without breaking existing resolution behavior; no test file is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100