Author: pmichaud
Date: Wed Mar 26 11:09:59 2008
New Revision: 26569

Modified:
   trunk/lib/Parrot/Docs/Section/Compilers.pm

Log:
[past-pm]:
* Remove deprecated past-pm from the "compilers" section of Parrot docs.


Modified: trunk/lib/Parrot/Docs/Section/Compilers.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Compilers.pm  (original)
+++ trunk/lib/Parrot/Docs/Section/Compilers.pm  Wed Mar 26 11:09:59 2008
@@ -44,11 +44,6 @@
         $self->new_group( 'IMCC', 'the Intermediate Code Compiler for Parrot', 
'compilers/imcc' ),
         $self->new_group( 'PGE',  'the Parrot Grammar Engine',                 
'compilers/pge' ),
         $self->new_group( 'TGE',  'the Tree Grammar Engine',                   
'compilers/tge' ),
-        $self->new_group(
-            'Partridge (PAST-pm)',
-            'the Parrot/Punie Abstract Syntax Tree (new implementation)',
-            'compilers/past-pm'
-        ),
         $self->new_group( 'PCT',  'Parrot Compiler Toolkit',    
'compilers/pct' ),
         $self->new_group( 'BCG',  'Byte Code Generation',       
'compilers/bcg' ),
         $self->new_group( 'JSON', 'JavaScript Object Notation', 
'compilers/json' ),

Reply via email to