Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cjhoward18/BytecodeInterpreter

This project is a stack-based bytecode interpreter (or virtual machine) for a simple instruction set. Instead of using registers like a register-based bytecode interpreter, a stack-based interpreter pushes temporary values onto an operand stack.
https://github.com/cjhoward18/BytecodeInterpreter

Last synced: about 2 months ago
JSON representation

This project is a stack-based bytecode interpreter (or virtual machine) for a simple instruction set. Instead of using registers like a register-based bytecode interpreter, a stack-based interpreter pushes temporary values onto an operand stack.

Lists