GitHub - 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.
Navigation Menu
{{ message }}
cjhoward18 / BytecodeInterpreter Public
- Notifications You must be signed in to change notification settings
- Fork 2
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
About
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.
Stars
Watchers
Forks
Releases
No releases published
Languages