The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

compilers/README.pod - Readme file for the 'compilers/' top-level directory.

DESCRIPTION

This directory contains the source files for several compilers:

data_json - The compiler which generates a JSON representation of a PMC.
imcc ("Intermediate Code Compiler") - The compiler which translates PIR source code into Parrot bytecode.
opsc ("Opcode compiler") - The compiler which converts opcode definition files into C source code.
pct ("Parrot Compiler Toolkit") - The compiler which PCT uses.
pge ("Parrot Grammar Engine") - An implementation of Perl6 regex's for PCT.
tge ("Tree Grammar Engine") - A tool for transforming a Parrot Abstract Syntax Tree (PAST).

COPYRIGHT

Copyright (C) 2012, Parrot Foundation.