dragonquest / stack-based-vm-csharp
A simple stack-based Virtual Machine in C#
☆15Updated 7 years ago
Related projects ⓘ
Alternatives and complementary repositories for stack-based-vm-csharp
- A bytecode compiler and virtual machine for the Lox language, in C#. Includes a C# / Lox object interface generator and bytecode serializ…☆18Updated 10 months ago
- Virtual machine written in C #. It allows you to perform / emulate the compiled .net code (IL). The code is executed instruction by instr…☆13Updated 4 years ago
- An interpreter for a subset of dotnet IL implemented in C#☆15Updated 4 years ago
- ☆10Updated 2 months ago
- Low-level utilities and tools for working with the CLR and memory.☆12Updated 3 years ago
- A C# console clone of ✨Wordle✨ but with an attempt to make the binary really tiny 🤏. Self-contained game size is a TINY 1,011KB 🐜 (Now …☆17Updated this week
- Allocate managed objects in a object pool, backed by native memory buffer.☆26Updated 7 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 3 years ago
- An x86 Virtual Machine written in C# - Why not...☆18Updated 12 years ago
- Minimal example for direct P/Invoke calls with static linking☆20Updated last year
- C# Assembly unused classes/references/resources cleaner☆29Updated 3 years ago
- Bite is a dynamically typed programming language. Embedded in C#☆47Updated 2 years ago
- C language compiler from scratch for a custom architecture, with virtual machine and all☆43Updated 2 years ago
- Minimal CLR Implementation (MSIL Interpreter) for .NET Framework. Nanodesu!☆25Updated 9 years ago
- Library that aims to simlify work with .NET Compiler Platform ("Roslyn").☆11Updated last year
- A very simple C compiler written in C#☆25Updated 10 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated last week
- Inline Assembly Demonstration in C# using Fasm.NET and Process.NET☆18Updated 6 years ago
- A sample project for writing and executing assembly in C#.☆16Updated 2 years ago
- ☆18Updated 7 years ago
- net-ssa: A fast and easy-to-use register-based representation for .NET bytecode.☆31Updated 9 months ago
- 🕹️ Sharp DirectMedia Layer (XNA-like Framework for SDL)☆12Updated 3 years ago
- An LLVM-based compiler for IL/C# for kernels that compiles to native code☆34Updated 7 years ago
- More dnlib examples☆19Updated 9 years ago
- A code generator for generating bindings for C# for C and COM libraries☆22Updated 3 weeks ago
- Run C# code at compile time.☆37Updated 4 years ago
- Yet another Lua interpreter☆11Updated 6 years ago
- A C# port of the Lua v.5.1.4 virtual machine, parser, libraries and command-line utilities.