Initial release of Goldie: GOLD Parser Engine for D
Nick Sabalausky
a at a.a
Wed Aug 26 03:49:58 PDT 2009
First release of Goldie is now available on DSource.
http://www.dsource.org/projects/goldie
Goldie (pronounced "goal D") is a GOLD Engine for D. 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 (
http://www.devincook.com/goldparser/ ).
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 currently at it's first release, v0.01. It is fully-usable and has
been tested on both Windows and Linux, although the API is still subject to
change. Goldie is licensed under The zlib/libpng License.
More information about the Digitalmars-d-announce
mailing list