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

Changes between Version 8 and Version 9 of WikiStart

Show
Ignore:
Author:
Abscissa (IP: 76.189.240.11)
Timestamp:
08/26/09 05:45:03 (15 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    11= Welcome to Goldie = 
    22 
    3 Goldie (pronounced "goal D") is a GOLD Engine for D. 
    4  
    5 It gives D developers the ability to easily load, lex and parse a text/source 
    6 file according to any grammar defined using the excellent [http://www.devincook.com/goldparser/ GOLD Parser Builder] 
    7 tool. 
    8  
    9 Alternatively, Goldie can be used to merely load a GOLD .cgt file ("Compiled 
     3Goldie (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 [http://www.devincook.com/goldparser/ GOLD Parser Builder] tool. Alternatively, Goldie can be used to merely load a GOLD .cgt file ("Compiled 
    104Grammar Table") if you would like to create your own GOLD lexer/parser. 
    115 
    12 Goldie is at v0.01 and is fully-usable, although the API is still subject to change. 
     6Goldie is currently at v0.01. It is fully-usable and has been tested on both Windows and Linux, although the API is still subject to change. 
     7 
     8== Download == 
    139 
    1410The latest stable release can always be obtained via Subversion: 
     11{{{svn co http://svn.dsource.org/projects/goldie/tags/latest-stable Goldie}}} 
    1512 
    16 {{{svn co http://svn.dsource.org/projects/goldie/tags/latest-stable Goldie}}} 
     13Goldie v0.01 requires [http://www.dsource.org/projects/semitwist SemiTwist D Tools] !r82, which can also be obtained via Subversion: 
     14{{{svn co -r 82 http://svn.dsource.org/projects/semitwist/trunk SemiTwistDTools}}} 
    1715 
    1816(Documentation is coming shortly...) 
    2119 
    2220 * [http://www.dsource.org/forums/viewforum.php?f=242 Goldie Forum] 
     21 * [http://www.devincook.com/goldparser/ GOLD Parser Builder] 
     22 * [http://www.dsource.org/projects/semitwist SemiTwist D Tools] 
    2323 
    2424== Trac ==