nrother / simple-c
A very simple C compiler written in C#
☆25Updated 10 years ago
Related projects ⓘ
Alternatives and complementary repositories for simple-c
- Library for parsing math expressions with rational numbers, finding their derivatives and compiling an optimal IL code☆68Updated 3 years ago
- MSIL/CIL to Native C++ Compiler☆72Updated 3 years ago
- An interpreter for a subset of dotnet IL implemented in C#☆15Updated 4 years ago
- x86/x64 JIT assembler for .NET☆106Updated 6 years ago
- Some useful reflection helpers, including an IL disassembler.☆151Updated 4 years ago
- Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.☆228Updated 8 months ago
- Shovel is a bytecode virtual machine that is embeddable, secure and interruptible.☆77Updated 10 years ago
- Run C# code at compile time.☆37Updated 4 years ago
- C language compiler from scratch for a custom architecture, with virtual machine and all☆43Updated 2 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc) for VS2017 and VS2015☆74Updated 3 years ago
- A set of tools to work with CIL in .NET applications☆26Updated last month
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 3 years ago
- Prototype of writing a managed JIT in C# with CoreCLR