Hi there!

I'm new to Parrot but reading from your slides if I understood correctly:
- PGE parses input according to a grammar and produces a derivation tree.
- TGE transforms the parse tree into an abstract syntax tree.

With that said I have some questions (i'm sorry if they were answered
already somewhere):
- Whats the point of using PGE+TGE over the good old LEX+YACC besides the
better regexps?
- Can I use PGE skipping TGE?
- PAST seems just fine as a concept but isn't it useless if I can target
directly to POST with minor fuss?

Good luck for today's presentation :)


Best regards,
João Cruz Morais

On 6/27/06, Patrick R. Michaud <[EMAIL PROTECTED]> wrote:

For any who may be interested, my talk slides for
"Perl 6 Compiler Status and the Parrot Compiler Toolkit"
(presented today at YAPC::NA) are available at

     http://www.pmichaud.com/2006/pres/yapc-perl6/slide.html

The slides for my second talk "Parser, Perl 6 Rules, and
the Parrot Grammar Engine" will be available tomorrow at

     http://www.pmichaud.com/2006/pres/yapc-parsers/slide.html

Pm

Reply via email to