nrother / simple-cLinks
A very simple C compiler written in C#
☆25Updated 11 years ago
Alternatives and similar repositories for simple-c
Users that are interested in simple-c are comparing it to the libraries listed below
Sorting:
- MSIL/CIL to Native C++ Compiler☆73Updated 4 years ago
- Some useful reflection helpers, including an IL disassembler.☆153Updated 5 years ago
- An interpreter for a subset of dotnet IL implemented in C#☆15Updated 5 years ago
- x86/x64 JIT assembler for .NET☆110Updated 7 years ago
- Prototype of writing a managed JIT in C# with CoreCLR☆77Updated last year
- Library for parsing math expressions with rational numbers, finding their derivatives and compiling an optimal IL code☆71Updated 4 years ago
- Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.☆230Updated last year
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc) for VS2017 and VS2015☆74Updated 4 years ago
- CS2X - C# Transpiler experiments (Powered by Roslyn)☆37Updated 6 years ago
- Translates .NET IL to unsuported .NET platforms and architectures. (Powered by Cecil)☆114Updated last year
- C language compiler from scratch for a custom architecture, with virtual machine and all☆44Updated 3 years ago
- Provides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usua…☆13Updated 5 years ago
- Disassemble jitted .NET methods☆244Updated 4 years ago
- A simple viewer of modules using dnlib.☆31Updated 10 years ago
- A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visua…☆118Updated 5 years ago
- CodeInject - Code Inject and Runtime Intelligence☆145Updated 4 years ago
- Mindbg is a simple debugger engine written in .net 4.0 for learning purposes.☆37Updated 8 years ago
- Cecil is a library to inspect, modify and create .NET programs and libraries.☆68Updated this week
- An x86 Virtual Machine written in C# - Why not...☆20Updated 13 years ago
- Zenos is a work in progress 64-bit operating system written in C# and x86-64 assembly.☆12Updated 6 years ago
- An open source application debugger written in C#.☆45Updated 7 years ago
- Common Compiler Infrastructure☆104Updated 6 years ago
- Allocate managed objects in a object pool, backed by native memory buffer.☆27Updated 8 years ago
- An LLVM-based compiler for IL/C# for kernels that compiles to native code☆38Updated 7 years ago
- Portable Executable (+), Common Language Infrastructure format reader☆47Updated 3 months ago
- A fast graphing library that allows for constructing, importing, exporting, and analysing graph structures in .NET.☆137Updated 5 years ago
- A set of tools to work with CIL in .NET applications☆28Updated 3 months ago
- LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)☆166Updated 3 weeks ago
- Fork of the C# Tiny Parser Generator by Herre Kuijpers.☆58Updated 3 years ago
- Managed.Reflection based ildasm clone