example suggestion: Octal notation in Roc
Open
Nobody has claimed this yet.
example suggestion
good first issue
- Dominant language
- Shell
- Stars
- 46
- Forks
- 19
- Avg merge
- 13h 38m
- Merged PRs (30d)
- 19
Description
Inspiration:
» 0o1
1 : Int *
» 0o10
8 : Int *
» 0o01
1 : Int *
» 0o100
64 : Int *
Contributor guide
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 inspecting the repository's existing Roc examples and how numeric-literal examples are organized. Add an octal-notation example based on the values shown in the issue, and consider the work done when those cases are represented consistently with the surrounding examples.
Written by the indexing model from the issue text.
Assessment
- Domain
- content
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100