CodeRefractor
CodeRefractor copied to clipboard
MSIL/CIL to Native C++ Compiler
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
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...