Author: fperrad
Date: Tue Feb 20 01:36:04 2007
New Revision: 17077

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

Log:
[docs]
- add SMOP

Modified: trunk/lib/Parrot/Docs/Section/Compilers.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Compilers.pm  (original)
+++ trunk/lib/Parrot/Docs/Section/Compilers.pm  Tue Feb 20 01:36:04 2007
@@ -50,6 +50,7 @@
             'the Parrot/Punie Abstract Syntax Tree (new implementation)',
             'compilers/past-pm'
         ),
+        $self->new_group( 'smop', 'Simple Meta Object Protocol', 
'compilers/smop' ),
         $self->new_group( 'BCG',  'Byte Code Generation',       
'compilers/bcg' ),
         $self->new_group( 'JSON', 'JavaScript Object Notation', 
'compilers/json' ),
     );

Reply via email to