Nick Sabalausky escribió:
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.

I googled for GOLD vs ANTLR and only found a thread five years ago that stated ANTLR was better if you wanted the full kitchen sink, and GOLD was just a bunch of hacks.

Has somebody a link to a more recent comparison or do I have to write my own homework?

Reply via email to