RaphGL / RaphGL/Raon

Features missing

Open
#9 1 comment 0 reactions 0 assignees View on GitHub

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_000 should be same as 56000)
  • Add hexadecimal, binary and octal number literals through 0x, 0b and 0o
  • 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.