Guido
Results
2
issues of
Guido
``` public static class Example { private static class Inner { public const int No = 0; public const int Yes = 1; } } ``` produces ``` declare class...
enhancement
ast walking
When the converter hits a construct that it cannot translate, it throws errors. Consider to emit the original source instead as commented code. You can add `//TODO: convert this` as...
enhancement
ast walking
translation units