Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 33 and Version 34 of WikiStart

Show
Ignore:
Author:
Abscissa (IP: 76.190.159.240)
Timestamp:
01/17/11 07:54:57 (13 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v33 v34  
    33= Welcome to Goldie = 
    44 
    5 Goldie (pronounced "goal D") is a [http://www.devincook.com/goldparser/about/how-it-works.htm GOLD Engine] for D1/Tango (Although it will change to D2/Phobos in the next release, and the trunk is already D2/Phobos). It gives D developers the ability to easily load, lex and parse a text/source file according to any grammar defined using the excellent [http://www.devincook.com/goldparser/ 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. 
     5Goldie is a [http://www.devincook.com/goldparser/about/how-it-works.htm GOLD Engine] for D1/Tango (Although it will change to D2/Phobos in the next release, and the trunk is already D2/Phobos). It gives D developers the ability to easily load, lex and parse a text/source file according to any grammar defined using the excellent [http://www.devincook.com/goldparser/ 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. 
    66 
    77Goldie is currently at [http://www.semitwist.com/goldiedocs/current/Docs/ChangeLog/ v0.3]. It 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 [source:/tags/latest-stable/LICENSE.txt The zlib/libpng License].