TITLE ^

tgc.pir - The TGE rules compiler

SYNOPSIS ^

    > ./parrot compilers/tge/tgc.pir [OPTIONS] FILE

DESCRIPTION ^

This program takes a tree grammar, specified in FILE, and compiles it into the PIR code needed to execute that grammar. This PIR code is then suitable for inclusion or compilation into other larger programs.

OPTIONS ^

--output OUTFILE

Send the output to OUTFILE. By default, output is directed to STDOUT.


parrot