Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 228 Bytes

File metadata and controls

4 lines (4 loc) · 228 Bytes

Basic python interpreter

  • Interpreter is implemented in Python
  • Consumes byte code
  • Implements a basic calculator matching the cpython interpreter opcodes