From c1f3976001a082a6d1ecb67fd27a718e9a226fc9 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Fri, 27 Feb 2009 22:17:04 -0600 Subject: [PATCH] Add entry for PGE to glossary.pod (frooh++) --- docs/glossary.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/glossary.pod b/docs/glossary.pod index e022bf1b300..b5e327149f5 100644 --- a/docs/glossary.pod +++ b/docs/glossary.pod @@ -57,6 +57,13 @@ for parsers ( C ), a base class for compilers ( C ), an abstract syntax tree representation (PAST), and a PAST compiler. +=item PGE - Parse Grammar Engine + +The Parse Grammar Engine is the primarily regular expression +engine for Rakudo and Parrot. It's the component that handles +grammars and regular expressions in Rakudo, as well as being +the primary foundation for parsing Perl 6 itself. + =item Rakudo Rakudo is the name of a Perl 6 implementation that runs on Parrot.