Goldie Homepage

Documentation (v0.3)
Goldie -> Documentation (v0.3)

Documentation (v0.3)

Goldie (pronounced "goal D") is a GOLD Engine for D1/Tango (Although it will change to D2 in a future release). It gives D developers the ability to easily load, lex and parse a text/source file according to any grammar defined using the excellent GOLD Parser Builder tool. Alternatively, Goldie can be used to merely load a GOLD .cgt file ("Compiled Grammar Table") if you would like to create your own GOLD lexer/parser.

Goldie is fully-usable and has been tested on both Windows and Linux (it should work on OSX and FreeBSD as well, but has not been tested), although the API is still subject to change. Goldie is licensed under The zlib/libpng License.

See the Requirements and Installation pages for instructions on downloading and installing Goldie and its prerequisites.

See the Goldie Homepage for links to the forum and ticket system, where suggestions, patches and bug reports are welcome.

If you use Goldie trunk, be sure to read If You Use Trunk.

This documentation can always be found online at:
http://www.semitwist.com/goldiedocs/v0.3/Docs/

The documentation for the most recent version of Goldie can always be found online at:
http://www.semitwist.com/goldiedocs/current/Docs/