Thread overview | |||||
---|---|---|---|---|---|
|
April 18, 2012 Goldie Parsing System v0.9 - Tools | ||||
---|---|---|---|---|
| ||||
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 |
April 27, 2012 Re: Goldie Parsing System v0.9 - Tools | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | Nick Sabalausky wrote: > 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 GoldieLib is pretty nice. :) -- Dejan Lekic - http://dejan.lekic.org |
October 21, 2012 Re: Goldie Parsing System v0.9 - Tools | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | Nick Sabalausky wrote:
> or as an alternative to it.
After anout 6 hours I stopped `grmc' on trying to build a cgt. GOLD- builder needed some minutes for this task and abount 1k states.
`staticlang' dropped itself on that cgt, because outofmemory on my 2GB box.
-manfred
|
Copyright © 1999-2021 by the D Language Foundation