AndrasKovacs / AndrasKovacs/flatparse
Support anyAsciiDecimal variants for specific bit sizes.
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 178
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Loving the library so far!
One small request:
At present, anyAsciiDecimalWord, and anyAsciiDecimalInt are the only options exposed for ASCII decimal parsing, but it would be nice if equivalent functions were provided for Word8, Word16, etc.
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 locating the definitions of anyAsciiDecimalWord and anyAsciiDecimalInt and inspect nearby parser entry points. Add equivalent specific-bit-size variants for Word8, Word16, and the other requested sizes, then verify that the new functions expose the intended ASCII decimal parsing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100