bytecode-interpreter
There are 147 repositories under bytecode-interpreter topic.
felixangell/mac
bytecode interpreter in c (blog post)
maximecb/uvm
Fun, portable, minimalistic virtual machine.
ajeetdsouza/loxcraft
Language tooling for the Lox programming language.
hpi-swa/trufflesqueak
A Squeak/Smalltalk VM and Polyglot Programming Environment for the GraalVM.
dictu-lang/Dictu
Dictu is a high-level dynamically typed, multi-paradigm, interpreted programming language.
Electrux/Ethereal
Ethereal Language Reference Implementation (archived). Currently working on Scribe.
Feral-Lang/Feral
Feral programming language reference implementation
ffwff/hana
🌸 a simple scripting language (alpha) 🌸
bamless/jstar
A lightweight embeddable scripting language
KCreate/charly-vm
Fully parallel dynamically typed programming language
bradford-hamilton/chippy
Chip-8 emulator written in Go
ValKmjolnir/Nasal-Interpreter
Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.
HallofFamer/CLox
An implementation of CLox bytecode interpreter
queso-lang/queso
🧀 A delicious programming language
Pfarrer/rust-jvm
Simple Java Virtual Machine written in pure Rust
Yashiru/evm-rs-emulator
A blazingly fast in-memory Ethereum Virtual Machine (EVM) emulator written in Rust
bitmario/RISVM
A low overhead, embeddable bytecode virtual machine in C++
CompilerProgramming/ez-lang
EeZee Language - Compiler Engineering Basics
maximecb/kavascript
Minimalistic dynamically-typed programming language for didactic purposes.
divs1210/Impala
Simple, extensible bytecode interpreter
hashemi/cloxpp
Lox bytecode VM written in C++ - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"
Illation/BytecodeVM
A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.
tekknolagi/icdemo
A small inline caching demo.
varjagg/zxlispvm
A Lisp bytecode interpreter for ZX-Spectrum
hashemi/bslox
Lox bytecode VM written in Swift - Based on Part III of Bob Nystrom's Book "Crafting Interpreters"
objectionary/jeo-maven-plugin
This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
redagito/KernScript
A bytecode interpreted scripting language for C++
uanhi/meet
The Meet Language Interpreter
aalekhm/BasicCCompiler
A basic C language compiler from scratch.
agentcooper/vm-js
Basic virtual machine in JavaScript for the custom bytecode.
PhoenXHO/UwU
Just an UwU esoteric programming language interpreter written in C++.
pidhii/ether
Yet another language oriented on functional programming.
BaseMax/ETCompilerGenerator
A tiny and old version of ONE(old name: ET) compiler written in C that generates C code as bytecode to build executable output. (lexer, parser, generator, flex, bison)
gofralang/vm
Virtual Machine for Gofra language bytecode.
BlagojeBlagojevic/blang
Fort like lang
mandriota/hecatevm
tiny register-based virtual machine written in c