Author: fperrad
Date: Mon Mar 26 05:24:40 2007
New Revision: 17770
Modified:
trunk/lib/Parrot/Docs/Section/Compilers.pm
Log:
[docs]
- add PIRC
Modified: trunk/lib/Parrot/Docs/Section/Compilers.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Compilers.pm (original)
+++ trunk/lib/Parrot/Docs/Section/Compilers.pm Mon Mar 26 05:24:40 2007
@@ -53,6 +53,7 @@
$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' ),
+ $self->new_group( 'PIRC', 'a PIR Compiler',
'compilers/pirc' ),
);
}