linksplatform / linksplatform/RegularExpressions.Transformer.CSharpToCpp

Use Stroustrup-style for type identificators

Open
#60 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Python
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

use C++ type style:
- `Type& val`
- `Type* val`

Contributor guide

No contributing guide indexed for this repository

Research direction

No file, test, or entry point is named in the issue. Start by locating the code that emits C++ type identifiers and inspect its current formatting rules. Done means generated references use `Type& val` and pointers use `Type* val`.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp, python
Domain
compilers
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.