linksplatform / linksplatform/RegularExpressions.Transformer.CSharpToCpp
Use Stroustrup-style for type identificators
Open
- 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