Module bytecode

Source
Expand description

Implement python as a virtual machine with bytecodes. This module implements bytecode structure.

Structs§

CodeFlags
CodeObject
Primary container of a single code object. Each python function has a codeobject. Also a module has a codeobject.
FrozenModule
Label
Location
Sourcecode location.

Enums§

BinaryOperator
CallType
ComparisonOperator
Constant
ConversionFlag
Transforms a value prior to formatting it.
Instruction
A Single bytecode instruction.
NameScope
An indication where the name must be accessed.
UnaryOperator