Parrot/PGE, parsers Parsers, Perl 6 Rules, and the Parrot Grammar Engine #8

Parser Grammar Compiler (pgc.pir)

pgc.pir is a component of PGE that compiles grammars written using Perl 6 regex statements into the equivalent Parrot subroutines.

In other words, pgc.pir creates language parsers from input grammars specified using Perl 6 regex statements.

Copyright © 2006 Patrick Michaud