[ [http://www.dsource.org/forums/viewforum.php?f=242 Forum] ] [ [source:/downloads Prepackaged Downloads] ] [wiki:WikiStart Goldie Home] -> [wiki:Docs Documentation (v0.01/v0.02)] -> Tools = THIS IS AN OLD VERSION = For documentation on a newer version of Goldie, see [wiki:OldDocs Documentation For Specific Versions]. = Goldie: Tools = The following tools will be included with Goldie v0.03 (including precompiled binaries for Windows and Linux x86): ''(This information is currently incomplete. More in-depth descriptions are coming.)'' == Dump CGT == Dumps the data in a GOLD CGT file to human-readable text. == Static Lang == Generates a statically-loaded and optionally-statically-typed language package from a GOLD CGT file. == Parse == Parses any source according to any GOLD CGT file, and saves the result to a JSON file which can be inspected with the enhanced version of !JsonViewer bundled with Goldie. == !JsonViewer == Bundled with Goldie is a specially-modified version of !JsonViewer. This is not officially part of Goldie, but is included as a convenience. !JsonViewer requires the .NET runtime (untested on Mono). The [http://www.codeplex.com/JsonViewer original JsonViewer] is a tool written in C# for viewing JSON files (JSON is a text-based data file format and a common alternative to XML). The version of !JsonViewer bundled with Goldie still retains that functionality, but has been modified to provide enhanced functionality when viewing the JSON files that are output by Goldie's Parse tool. Source code and Visual C# 2008 Express project files are included. == See Also == * [wiki:Build Building] the tools and sample apps.