forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
406 B
Text
7 lines
406 B
Text
py-BytecodeAssembler is a simple bytecode assembler module that handles
|
|
most low-level bytecode generation details like jump offsets, stack size
|
|
tracking, line number table generation, constant and variable name index
|
|
tracking, etc. That way, you can focus your attention on the desired
|
|
semantics of your bytecode instead of on these mechanical issues.
|
|
|
|
WWW: https://pypi.python.org/pypi/BytecodeAssembler
|