[ol6_u4_base] python-peak-util-assembler-0.5.1-1.el6.noarch

Name:python-peak-util-assembler
Version:0.5.1
Release:1.el6
Architecture:noarch
Group:Development/Languages
Size:225827
License:Python or ZPLv2.1
RPM: python-peak-util-assembler-0.5.1-1.el6.noarch.rpm
Source RPM: python-peak-util-assembler-0.5.1-1.el6.src.rpm
Build Date:Sat Nov 20 2010
Build Host:ca-build19.us.oracle.com
Vendor:Oracle America
URL:http://pypi.python.org/pypi/BytecodeAssembler
Summary:Generate Python code objects by "assembling" bytecode
Description:
peak.util.assembler 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.

In addition to a low-level opcode-oriented API for directly generating specific
Python bytecodes, this module also offers an extensible mini-AST framework for
generating code from high-level specifications.  This framework does most of
the work needed to transform tree-like structures into linear bytecode
instructions, and includes the ability to do compile-time constant folding.

Changelog (Show File list) (Show related packages)