CodeRefractor icon indicating copy to clipboard operation
CodeRefractor copied to clipboard

MSIL/CIL to Native C++ Compiler

Results 3 CodeRefractor issues
Sort by recently updated
recently updated
newest added

I downloaded the release version I'm trying to use SimpleAdditions like this: SimpleAdditions myfile.il But it output the number 4 on the screen and doesn't generate the C++ output file....

This reduces the global state like development

enhancement

For example having: ``` csharp var message = "test"; message += "other"; System.Console.WriteLine("main entered"); ``` in main will trigger the optimisations call, while having in `Main()` only: ``` csharp System.Console.WriteLine("main...

bug