Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp
0.0.19
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.19
Added support for static fields initialization with class instances with parameterless constructors in static classes.
0.0.18
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.18
Variables of translated interfaces cannot be concrete, only pointers.
0.0.17
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.17
Added support for deescaping of C# indentifiers.
0.0.16
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.16
Added support for multiple versions of interface with the same name.
0.0.15
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.15
Interface method definitions now can be translated when overlapped.
0.0.14
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.14
Do not match the "return" word in the interface method definition.
0.0.13
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.13
A rule for interface method definitions is made stricter.
0.0.12
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.12
Added new rules to support translation of Interfaces.
0.0.11
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.11
Group redifinition bug fix.
0.0.10
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.10
Removal of attributes does not break formatting anymore.
Added rule for accessing all methods in the methods bodies by this reference.
Fixed rules for constants, inline methods, and array initialization.