fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / compilers / tge / README
blobd9b61b86d2a2a60aa3a176542efd20280600f216
1 TGE - Tree Grammar Engine
2 Copyright (C) 2005, Parrot Foundation.
4 TGE is a tool for transforming trees. It's most heavily used in the
5 compiler tools suite, where it transforms the trees output by PGE into
6 abstract syntax trees.
8 INSTALLATION
10 Compile TGE to bytecode and run its test suite:
12   $ make
13   $ make test