- Overview
- Thank you to my sponsors
- History of Parrot
- History of Parrot
- Parrot
- What is Parrot?
- Parrot languages (various stages)
- Key Parrot Goals
- Parrot status
- Parrot under the hood
- Basic opcodes (PASM)
- Parrot Magic Cookies (PMCs)
- PMC opcodes
- Some Parrot built-in PMC types
- PIR - Parrot Intermediate Representation
- PIR
- Dynamic compilation
- Parrot Compiler Toolkit
- Basic compilation overview, April 2008
- Basic compilation overview, April 2008
- Basic compilation overview, April 2008
- Basic compilation overview, April 2008
- What the compiler writer needs to create
- Compiler creation in Parrot
- Parrot compiler shell
- What is "parsing"?
- Perl 6 regular expressions (PGE)
- Pattern matching for languages
- Syntax
- Syntax
- Another example
- calc example - grammar
- calc example -- test parsing
- HLLCompiler class
- Parrot Abstract Syntax Tree (PAST)
- Converting parse tree to PAST
- Example: if_stmt
- Example: if_stmt (cont'd)
- Example: if_stmt (cont'd)
- Example: if_stmt (cont'd)
- Example: if_stmt (cont'd)
- calc example -- adding actions
- calc example -- adding actions
- calc example -- src/parser/actions.pm
- calc example -- PAST output
- calc example -- as PIR!
- calc example -- as executable!
- Effectiveness of Parrot Compiler Toolkit
- Effectiveness of Parrot Compiler Toolkit
- Parrot performance
- How to get Parrot