make case insensitive parser configurable
Open
Nobody has claimed this yet.
low-priority
- Dominant language
- Rust
- Stars
- 362
- Forks
- 75
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 35
Description
The parser is currently case-insensitive due to #255.
The parser behavior should be configurable from the cli (like strict mode).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the parser's case-insensitive behavior and the existing strict mode are exposed through the CLI. Add a CLI configuration for case sensitivity, then verify that both parser behavior and the default remain consistent with the issue's requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100