-
Notifications
You must be signed in to change notification settings - Fork 2
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.
cjhoward18/BytecodeInterpreter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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
Packages 0
No packages published