[Subversion] / BytecodeAssembler / README.txt  

Revision 2190


Jump to revision:
Previous Next
Author: pje
Date: Fri Jun 16 05:56:11 2006 UTC (17 years, 10 months ago)

Log Message:

Major doc upgrade and new features: Return() nodes, code() accepts 
multiple args, and forward references can be used as code generation 
targets.  Booleans are now treated as constants.  Local() vars can now 
be references to cell/free variables, and free/cell index lookup is
fixed.  ``curry()`` is now ``ast_curry()``, and handles ``None`` 
arguments by replacing them with  special ``nil`` objects, correcting 
the problem of naively using ``None`` for AST child nodes.  And the 
documentation now covers virtually all of the package's current 
functionality.

Changed paths:

Path Action Text Changes Prop Changes Diff to Previous
BytecodeAssembler/README.txt modified X   (diff to previous)
BytecodeAssembler/peak/util/assembler.py modified X   (diff to previous)
BytecodeAssembler/peak/util/assembler.txt modified X   (diff to previous)

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help