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

Monday, 18 January 2010

New versions of Sweet Build, Sweet Lua, Sweet Parser, and Sweet Persist are available. Dependencies on Boost from examples in Sweet Lua and Sweet Parser are removed. Sweet Persist has improved parsing performance.

Wednesday, 30 December 2009

New versions of Sweet Build, Sweet Lua, Sweet Parser, and Sweet Persist are available. Sweet Parser is the first public beta of my C++ parser library. Sweet Build has had many small bug fixes and improvements. Sweet Persist has had some bug fixes and no longer depends on Boost. Sweet Lua has changed drastically to support non-intrusive binding to C++ objects. All are now available under the zlib/libpng license.

Wednesday, 28 January 2009

Sweet Persist 2009.01.28 is now available. This version fixes the corrupt source files in the previous version and contains a fix for persisting Lua tables with no attributes.