bytecode-interpreter topic

List bytecode-interpreter repositories

RISVM

30
Stars
4
Forks
Watchers

A low overhead, embeddable bytecode virtual machine in C++

rust-jvm

35
Stars
3
Forks
Watchers

Simple Java Virtual Machine written in pure Rust

kavascript

28
Stars
13
Forks
Watchers

Minimalistic dynamically-typed programming language for didactic purposes.

Impala

26
Stars
1
Forks
Watchers

Simple, extensible bytecode interpreter

Nasal-Interpreter

54
Stars
4
Forks
Watchers

Modern efficient runtime for Nasal: using stack-based direct-threading virtual machine.

loxcraft

257
Stars
9
Forks
Watchers

Language tooling for the Lox programming language.

uvm

522
Stars
19
Forks
Watchers

Fun, portable, minimalistic virtual machine.

BytecodeVM

16
Stars
2
Forks
Watchers

A basic Virtual machine operating on bytecode with a stack and Van Neumann Architecture. Built in Assembler.