Author: bernhard
Date: Sun Apr 30 02:12:38 2006
New Revision: 12462

Modified:
   trunk/compilers/past/PAST.pir

Log:
Mention that PAST is used for Pheme and Parrot bc as well.


Modified: trunk/compilers/past/PAST.pir
==============================================================================
--- trunk/compilers/past/PAST.pir       (original)
+++ trunk/compilers/past/PAST.pir       Sun Apr 30 02:12:38 2006
@@ -1,6 +1,8 @@
+# $Id$
+
 =head1 NAME
 
-PAST - A high-level abstract syntax tree for Punie.
+PAST - A high-level abstract syntax tree for Punie, Pheme and Parrot bc.
 
 =head1 DESCRIPTION
 
@@ -8,7 +10,7 @@
 (Parrot/Punie Abstract Syntax Tree) is a high-level tree, which closely
 corresponds to the semantics of the language (though in a desugared
 form). The individual subclasses of Node implement the abstract syntax
-tree nodes created by the Punie compiler.
+tree nodes created by a language compiler.
 
 =cut
 

Reply via email to