Expand description
Implement python as a virtual machine with bytecodes. This module implements bytecode structure.
Structs§
- Code
Flags - Code
Object - Primary container of a single code object. Each python function has a codeobject. Also a module has a codeobject.
- Frozen
Module - Label
- Location
- Sourcecode location.
Enums§
- Binary
Operator - Call
Type - Comparison
Operator - Constant
- Conversion
Flag - Transforms a value prior to formatting it.
- Instruction
- A Single bytecode instruction.
- Name
Scope - An indication where the name must be accessed.
- Unary
Operator