What is the Parrot Compiler Toolkit?
- Collection of tools for creating compilers
- Parser Grammar Engine
- -- creates parsers
- Tree Grammar Engine
- -- tree transformations
- Parrot Abstract Syntax Tree
- -- generic AST for common languages
- HLLCompiler
- -- generic HLL compiler interface