mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
7 lines
403 B
Text
7 lines
403 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.org/project/BytecodeAssembler/
|