Features missing
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- Add number separators using
_(example:56_000should be same as56000) - Add hexadecimal, binary and octal number literals through
0x,0band0o - Add support for floats
- Escape common escape characters in strings
- Add a raw string syntax like `here is a raw string`, so that people can opt out of the escaping
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
The issue names no files, tests, or entry points. Start by locating the parser or lexer handling string literals, then determine how escape characters and the proposed raw-string syntax are represented. Done means both unchecked string features work without breaking the existing numeric and string literal behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100