[svn:parrot] r35825 - trunk

[email protected] Tue, 20 Jan 2009 10:06:12 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: pmichaud
Date: Tue Jan 20 10:06:12 2009
New Revision: 35825

Modified:
   trunk/NEWS

Log:
[pct]:  Update NEWS.


Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Jan 20 10:06:12 2009
@@ -13,6 +13,12 @@
     - various bug fixes and updates
     - complete bytecode generation
     - add '-x' commandline option to run compiled code
+  + PCT
+    - add 'hll' and 'subid' attributes to PAST::Block
+    - refactor loop handling code to handle last/redo/next
+    - add :pasttype('stmts') and :pasttype('null')
+    - improve "scope not found" error message
+    - allow PAST::Val nodes to contain block references
   + PGE
     - add "skipkey" option to PGE::OPTable
     - allow spaces before modifiers in regexes