Compiling the ast grammar (TGE)
$ ./parrot compilers/tge/tgc.pir abc-astgrammar.tg \ >abc-astgrammar.pir
tgc is the "Tree Grammar Compiler"
Converts TGE transformation rules into PIR
Parrot Compiler Tools | Running Your Programming Language on Parrot | #26 |
$ ./parrot compilers/tge/tgc.pir abc-astgrammar.tg \ >abc-astgrammar.pir
tgc is the "Tree Grammar Compiler"
Converts TGE transformation rules into PIR
Copyright © 2007 chromatic and Patrick Michaud |