IL2C
Compiler
Translates C# IL code to native C language
IL2C - A translator for ECMA-335 CIL/MSIL to C language.
401 stars
25 watching
36 forks
Language: C#
last commit: over 2 years ago
Linked from 3 awesome lists
aotarduinoccilcsharpdotnetecma335fsharpintermediate-languagemsilsystems-programmingtranslatortranspileruefiwdm
Related projects:
Repository | Description | Stars |
---|---|---|
anydream/il2cpp | Converts MSIL/C# code to native C++ machine code | 572 |
andrei-markeev/ts2c | Transpiles JavaScript/TypeScript to C89 code | 1,262 |
kg/ilwasm | Maps .NET CIL to WebAssembly S-expressions as a custom code generator backend for the JSIL compiler | 362 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
sillsdev/icu-dotnet | A C# wrapper for ICU4C's subset of libraries providing Unicode and Globalization support | 62 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
overscript-lang/overscript | A C# implementation of a simple, statically-typed language suitable for embedded and standalone applications. | 16 |
yanghuan/csharp.lua | A compiler tool that translates C# code into Lua bytecode. | 1,226 |
larmel/lacc | A compiler for the C programming language written in C. | 894 |
draco-lang/compiler | A C# compiler project for a new .NET programming language. | 103 |
jmorag/mcc | Compiles the MicroC programming language into machine code using Haskell | 116 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,138 |
asdalexander77/typescript2cxx | A tool that translates TypeScript code to C++ | 689 |