Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 0.6 | Wen Heping | 2010-09-16 | 2 | -5/+5 |
| | | | | | | | - Reset maintainer Notes: svn path=/head/; revision=261246 | ||||
* | py-BytecodeAssembler is a simple bytecode assembler module that handles | Martin Wilke | 2009-07-01 | 3 | -0/+37 |
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 PR: ports/135945 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=236850 |