Basic compilation overview
- HLL source
- » parse grammar (PGE)
- parse tree
- » action methods (NQP)
- abstract syntax tree (PAST)
- (PAST compiler)
- opcode syntax tree (POST)
- (POST compiler)
- PIR
- (PIR compiler)
- bytecode & execution
- (Parrot runtime)
Perl 6 / Parrot | Parrot Compiler Toolkit | #7 |
Copyright © 2009 http://www.pmichaud.com/2009/pres/ |