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

Changes between Version 27 and Version 28 of WikiStart

Show
Ignore:
Author:
Abscissa (IP: 76.189.14.128)
Timestamp:
07/25/10 05:02:29 (14 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v27 v28  
    1 [ [http://www.dsource.org/forums/viewforum.php?f=242 Forum] ] [ [source:/downloads Prepackaged Downloads] ] [ [http://www.dsource.org/projects/goldie/wiki/Docs Documentation] ] 
     1[ [http://www.dsource.org/forums/viewforum.php?f=242 Forum] ] [ [source:/downloads Prepackaged Downloads] ] [ [http://www.semitwist.com/goldiedocs/current/Docs/ Documentation] ] 
    22 
    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. 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 
    6 Grammar Table") if you would like to create your own GOLD lexer/parser. 
     5Goldie (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 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 [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. 
    76 
    8 Goldie is currently at [http://www.dsource.org/projects/goldie/wiki/ChangeLog v0.02]. 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 [source:/tags/latest-stable/LICENSE.txt The zlib/libpng License]. 
    9  
    10 == Download == 
    11  
    12 The latest stable release can always be obtained via [/site/svnclient Subversion]: 
    13  
    14 {{{ 
    15 svn co http://svn.dsource.org/projects/goldie/tags/latest-stable Goldie 
    16 }}} 
    17  
    18 Goldie v0.02 requires [http://www.dsource.org/projects/semitwist SemiTwist D Tools] !r86, which can also be obtained via Subversion: 
    19  
    20 {{{ 
    21 svn co -r 86 http://svn.dsource.org/projects/semitwist/trunk SemiTwistDTools 
    22 }}} 
    23  
    24 Alternatively, prepackaged archives (in '''{{{.zip}}}''', '''{{{.7z}}}''', and '''{{{.tar.bz2}}}''' formats) that include SemiTwistDTools are available in the [source:/downloads Prepackaged Downloads] section. The '''{{{.7z}}}''' format is highly recommended (for all OSes) because it's roughly one-quarter (!) the size of the others. 
     7Goldie 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]. 
    258 
    269== Starting Points == 
    2710 
    2811 * [http://www.dsource.org/forums/viewforum.php?f=242 Forum] 
     12 
    2913 * [source:/downloads Prepackaged Downloads] 
    30  * [http://www.dsource.org/projects/goldie/wiki/Docs Documentation] 
    31    * [wiki:Requires Requirements] 
    32    * [wiki:ChangeLog Change Log] 
    33    * [wiki:Install Installation] 
    34    * [wiki:Build Building] 
    35    * [wiki:API API Overview] 
    36    * [wiki:APIRef API Reference] 
    37    * [wiki:Tools Included Tools] 
    38    * [wiki:SampleApps Included Sample Apps] 
    39    * [wiki:Future Intended Future Features] 
     14 * [http://www.semitwist.com/goldiedocs/current/Docs/ChangeLog/ Change Log] 
     15 * [http://www.semitwist.com/goldiedocs/current/Docs/Install/ Downloading and Installing] 
     16 
     17 * [http://www.semitwist.com/goldiedocs/current/Docs/ Documentation] 
     18 * [wiki:OldDocs Documentation For Specific Versions] 
    4019 
    4120 * [http://www.devincook.com/goldparser/ GOLD Parser Builder]