Goldie v0.9 is now released.
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.
In this version:
(Tested to work on: DMD 2.055 - DMD 2.059, and partially DMD 2.057 as described here)
- 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)
- 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)
Links:
- Homepage
- ChangeLog
- Beginner's Tutorial
- Download Prepackaged Releases (win-x86, linux-x86, linux-x64 and source-only)
0 comments for "Goldie Parsing System v0.9 - Tools"
There are currently no comments.