Home

Sweet Software is where I abandon my software projects in the hope that someone else might find them useful. So far I've abandoned Sweet Build - a C++ build tool, Sweet Lua - a C++ to Lua binding library, Sweet Parser - a C++ parser and parser generation library, and Sweet Persist - a C++ serialization library here.

I'm more than happy to be contacted via email at support@sweetsoftware.co.nz if you have any questions or problems.

News

Sunday, 7 July 2010

New versions of Sweet Build, Sweet Lua, Sweet Parser, and Sweet Persist are available. Sweet Parser has had the lexical analyzer and parser separated, can now be driven by other lexical analyzers, and provides an interface for generating parsers from grammars specified in code. All libraries now compile and link against Boost 1.43.

Sunday, 9 May 2010

New versions of Sweet Build, Sweet Lua, Sweet Parser, and Sweet Persist are available. Sweet Build has improved Visual Studio detection and doesn't need to be run from a Visual Studio command prompt and some minor bug fixes. Sweet Parser now compiles with Visual Studio 2010.

Monday, 12 April 2010

New versions of Sweet Build, Sweet Lua, Sweet Parser, and Sweet Persist are available. Sweet Build has performance improvements, bug fixes, and simplified API and scripts. The other libraries have had minor bug fixes and improvements.