WorldMaker.Util.GUnit, a General Unit Testing framework focused for GOLD grammar building (alongside the console interfaces to GOLD Builder), has been released as beta.
Built a simple proof of concept "editor" (syntax highlighter) for Gold Grammars that uses the existing CGT and GSS (from GoldDot) files.
EvParser, a delegate-based wrapper of the existing Parser class, was added to GoldParser, simplifying (IMO) much of the code necessary in parsing a script. Also, GSS was rewritten to take advantage of the new techniques. I may release updated compiled assemblies shortly, but the changes should already be in CVS. Documentation needs to be updated, but hasn't been yet...
Beta 3 release of GoldDot (along with the requisite GoldParser and GSS DLLs). All major functionality should now be in place, and the final release should be around the corner.
A simple, yet robust, webpage has now been posted to replace the temporary version.
Beta 2 release of GoldDot... Adds GSS file support and the DfaGraph module... Now LalrGraph needs to be implemented.