Parsing System (v0.8)
Goldie Home (v0.8) -> Goldie's Tools -> DumpCGT

DumpCGT

Dumps the data in a CGT file to human-readable text.

Usage:

>goldie-dumpcgt languagefile.cgt or >goldie-dumpcgt languagefile.cgt > languagefile.cgt.txt

Example:

Using the included lang/calc.cgt (The grammar source for this language can be found in lang/calc.grm):

>goldie-dumpcgt lang/calc.cgt > lang/calc.cgt.txt

The results of the above can be seen in lang/calc.cgt.txt.