Skip to content

Commit

Permalink
[pdd29] add a few more things so i won't forget.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@26955 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
kjs committed Apr 13, 2008
1 parent 2f35460 commit 44ad972
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/pdds/draft/pdd29_compiler_tools.pod
Expand Up @@ -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
Expand Down Expand Up @@ -242,6 +244,13 @@ The Parrot Grammar Engine (PGE) is a component that I<executes> regular
expressions. Besides I<classic> regular expressions, it also understands
Perl 6 Rules. Such rules are special regular expressions to define a grammar.

The I<start> symbol in a grammar is named C<TOP>; 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
Expand Down

0 comments on commit 44ad972

Please sign in to comment.