Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 403 Bytes

README.pod

File metadata and controls

23 lines (13 loc) · 403 Bytes

NAME

compilers/tge/README.pod - Tree Grammar Engine (TGE)

DESCRIPTION

TGE is a tool for transforming trees. It's most heavily used in the compiler tools suite, where it transforms the trees output by PGE into abstract syntax trees.

INSTALLATION

Compile TGE to bytecode and run its test suite:

$ make
$ make test