Goldie Parsing System v0.9 - Tools
    Nick Sabalausky 
    SeeWebsiteToContactMe at semitwist.com
       
    Tue Apr 17 17:14:10 PDT 2012
    
    
  
Goldie is a series of open-source parsing tools, including an optional D 
programming language library called GoldieLib. Goldie is compatible with 
GOLD Parser Builder and can be used either together with it, or as an 
alternative to it.
Overview of changes in v0.9:
    - Added support for DMD 2.059.
    - Dropped support for DMD 2.054 and below.
    - GoldieLib: Renamed Language.loadCGT to Language.load.
    - GRMC: Grammar Compiler: Major bugs fixed (see changelog link below)
    - New tool: AlterCGT.
    - Command line options for all tools are now processed with getopt and 
use standard Unix conventions (even on Windows). This means what used to 
be -foo:bar or /foo:bar must now be written as --foo=bar or --foo bar. (But 
/? is still supported as an alternative to --help.)
    - Misc changes/updates to various tools (see changelog link below)
Full ChangeLog: http://www.semitwist.com/goldie/ChangeLog/
Goldie Homepage: http://www.semitwist.com/goldie
    
    
More information about the Digitalmars-d-announce
mailing list