Change Log
Dates below are in YYYY.MM.DD format.
v0.4 (2011.03.27)
- Switched from D1/Tango to D2/Phobos.
- New tool: GRMC: Grammar Compiler. Because of this, Goldie no longer requires GOLD Parser Builder.
- Grammars can be compiled not only from GRMC: Grammar Compiler, but also through the D API, GoldieLib.
- No longer requires xfBuild or Rebuild.
- Executable filenames are now prefixed with 'goldie-' to minimize chance of collisions on the PATH.
- Many misc changes/improvements to tools, API and documentation.
- Now uses SemiTwist D Tools r213
v0.3 (2010.07.25)
- Added static-style languages.
- Major improvements to API for parsing errors.
- Misc changes/improvements to API.
- New tools: StaticLang, JsonViewer and GenDocs.
- Split Calculator sample app into a dynamic-style version and a static-style version.
- Greatly improved handling of Unicode.
- Created complete documentation.
- Now uses SemiTwist D Tools r132
v0.02 (2009.09.09)
v0.01 (2009.08.26)
- Initial Release
- Uses SemiTwist D Tools r82
|