coderkalyan / coderkalyan/femtoc
ast: complete user error handling
Open
- Dominant language
- Zig
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Preferably before we implement new AST features, we should finish up user error handling in the parser. That is, the parser should always either accept code or reject it with an explanation, and NEVER crash by throwing an internal zig error. Legitimate internal failures like OOM should be handled and printed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.