A Rust implementation of the OpenSCAD virtual machine.
Z-Language is a robust, flexible, high-speed strongly-typed embedded language for C++ application. Its Lexical, Syntax, Semantic Compilers, and the Bytecode Virtual Machine are provided too.
tiny register-based virtual machine written in c
📑🚀 Programming language with full type inference
Two compilers for the Lox programming language. One is an interpreter written in Python and the other a bytecode virtual machine written in Rust
A register-based bytecode vm, and an assembler for it.
Implementations of the Lox programming language from the book Crafting Interpreters
Bytecode virtual machine for the Lox programming language written in Rust
A stack-based virtual machine similar to the JVM
Binary Evolution And Sentience Toolkit
An Language compiled to Bytecode and executed in VM
An interpreter just to execute mathematical expressions that are in the form of bytecode!
The reasonably usable 16 instruction bytecode vm.
Yet Another Rust implementation of the Lox interpreter and VM.
Repository for BVM Versions 1.2 and above
A scope-oriented virtual machine with a little inspiration from Exapunks
This is my implementation in C for the "Build your own Interpreter" Challenge.