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.