do errors better, capturing line numbers/context
Open
- Dominant language
- Rust
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- [ ] start by using `thiserror` crate on parser
- [ ] define some parse errors
- [ ] change `Option<_>` return types to `Result<_>` throughout `Parser.rs`
- [ ] use them
- [ ] collect them in `Parser.errors`?
- [ ] get rid of manual pushing to `Parser.errors`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.