Parsing System (v0.5)
|
RequirementsThis has been tested to work on Windows and Linux x86. It should also work on OSX and any other platform supported by DMD, but has not been tested.
Required Digital Mars D Compiler (DMD) v2.052 or newerReference compiler for the D Programming Language. LDC (on OSX or Linux) or GDC might work, but I haven't tried. If you want to try to build Goldie's tools with LDC or GDC, you'll need to adjust Goldie's stbuild.conf and the SemiTwist D Tools stbuild.conf, and make a symlink to LDC or GDC named dmd. RequiredSemiTwist D Tools trunk r221This is a set of tools and a library for D. The library is required by Goldie. Also included in SemiTwist D Tools is STBuild which can be used to build Goldie's tools and sample apps. SemiTwist D Tools is bundled with Goldie's official prebuilt releases.
Programmer's Notepad 2Optional, but the included project files are for Programmer's Notepad 2, so it could help if you want to work with Goldie's source. Note, the *.ppg files are the main project files (the *.pnproj files are secondary). OptionalJsonViewerA specially-modified version of JsonViewer is bundled with Goldie, although it's not officially part of Goldie. See the JsonViewer page for more information on this tool. |