linksplatform / linksplatform/RegularExpressions.Transformer.CSharpToCpp
Better support for interfaces
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Add support for:
1. `#pragma once`;
2. `struct` instead of `class` with `public:`;
3. Virtual destructors;
4. Better template type arguments placement (https://github.com/linksplatform/RegularExpressions.Transformer.CSharpToCpp/issues/68).
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
Start by reviewing issue 68 for the template type argument placement detail, then inspect the transformer implementation to locate how interfaces and C# constructs are converted. Done means supporting #pragma once, struct with public:, virtual destructors, and the improved template argument placement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, csharp, python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100