Author: bernhard
Date: Tue Feb 26 13:35:19 2008
New Revision: 26077

Modified:
   trunk/languages/perl6/ROADMAP

Log:
[Rakudo]
Rakudo does not use PAST-pm, so don't mention it in ROADMAP.


Modified: trunk/languages/perl6/ROADMAP
==============================================================================
--- trunk/languages/perl6/ROADMAP       (original)
+++ trunk/languages/perl6/ROADMAP       Tue Feb 26 13:35:19 2008
@@ -79,8 +79,8 @@
 
 The AST transformation uses another tool called the Tree
 Grammar Engine (TGE) to convert a parse tree into an
-abstract syntax tree representation known as PAST-pm.  The
-PAST-pm toolchain is then able to perform the remainder of
+abstract syntax tree representation known as PAST.  The
+PCT toolchain is then able to perform the remainder of
 the code generation and execute the program.
 
 The runtime support consists of some basic types and operators,

Reply via email to