Parser Grammar Engine (PGE)
- Core of Parrot's support for regular expressions and grammars
 
- Compiles Perl 6 grammars into Parrot subroutines
 
- In process of major refactoring
 - protoregexes
 - longest token matching
 - embedded language support
 
- These should significantly speed up parsing
 
- Parts may be rewritten as Perl 6