Page 1 of 1

How to compile C# codes

Posted: Sun Feb 14, 2021 4:19 am
by SiliconOS
What tool can compile CSharp codes to machine codes?

Re: How to compile C# codes

Posted: Sat Feb 27, 2021 1:10 pm
by PeterX
Here is a compiler for the .NET bytecode (CIL) :
https://github.com/jncronin/tysila

So you can compile C# in two steps to machine code.

Greetings
Peter