Mejorar reportes de errores
- Dominant language
- Python
- Stars
- 9
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
https://craftinginterpreters.com/scanning.html#error-handling
https://craftinginterpreters.com/parsing-expressions.html#syntax-errors
En este momento nuestros errores son muy básicos, no reportan ni en que linea sucedieron. Hay que darle más contexto al usuario para que pueda debuggear mejor su código.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the error-handling guidance in scanning.html and the syntax-errors section in parsing-expressions.html. Trace the interpreter's scanner and parser entry points to find where errors are created and reported. Done means errors identify the line where they occurred and provide enough context to help debug the Lox code.
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
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100