Goldie Homepage

Documentation (v0.3)
Goldie -> Documentation (v0.3) -> Included Tools -> DumpCGT

DumpCGT

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

Usage:

>dumpcgt languagefile.cgt or >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):

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

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