diff --git a/docs/pdds/draft/pdd29_compiler_tools.pod b/docs/pdds/draft/pdd29_compiler_tools.pod index a841465009..f28eabd2ce 100644 --- a/docs/pdds/draft/pdd29_compiler_tools.pod +++ b/docs/pdds/draft/pdd29_compiler_tools.pod @@ -143,6 +143,8 @@ The PCT is a set of libraries and programs, to: =back +{{ Maybe just say it's used to create parrot-targeting compilers, not + list these as =items }} =head1 IMPLEMENTATION @@ -242,6 +244,13 @@ The Parrot Grammar Engine (PGE) is a component that I regular expressions. Besides I regular expressions, it also understands Perl 6 Rules. Such rules are special regular expressions to define a grammar. +The I symbol in a grammar is named C; this is the top-level +rule that is executed when the parser is invoked. + +=head3 Operator precedence parsing + +{{ insert stuff about using an operator prec. table here }} + =head2 Parrot Abstract Syntax Tree The PCT includes a set of PAST classes. PAST classes represent common language