Skip to content

abhiramrp/bytecode_interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ByteCode Interpreter

The following is an interpreter for mock language X, which is a simplified version of Java. It is responsible for bytecodes created from a program file. Using the concepts of encapsulation, Stacks, data structures, etc, the bytecodes are executed in an order of their operations, codes, and offsets. The interpreter and virtual machine will run together to processing and executing the bytecodes.

Releases

No releases published

Packages

No packages published