IL2C
Compiler
Translates C# IL code to native C language
IL2C - A translator for ECMA-335 CIL/MSIL to C language.
404 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 | 574 |
andrei-markeev/ts2c | Transpiles JavaScript/TypeScript to C89 code | 1,264 |
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. | 29 |
sillsdev/icu-dotnet | A C# wrapper for ICU4C's subset of libraries providing Unicode and Globalization support | 62 |
cil-project/cil | CIL is a front-end for the C programming language that facilitates program analysis and transformation. | 364 |
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,232 |
larmel/lacc | A compiler for the C programming language written in C. | 922 |
draco-lang/compiler | A C# compiler project for a new .NET programming language. | 106 |
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. | 184 |
vexu/arocc | A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
asdalexander77/typescript2cxx | A tool that translates TypeScript code to C++ | 692 |