mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree.
7 lines
405 B
Text
7 lines
405 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: http://pypi.python.org/pypi/BytecodeAssembler
|