ExpertCoder   ExpertCoder is a toolkit that supports the creation of code generators based on expert systems.
How to download the binary libraries and the code

Both source files and binaries are ready to be downloaded from SourceForge's download area.

Bear in mind that the code isn't production quality; there are lots of not implemented features, there may be some bugs around, and the API may change before reaching version 1.0.

How to get the source files with SVN

Use this command to get the development version from SVN:

svn co https://expertcoder.svn.sourceforge.net/svnroot/expertcoder/trunk/ExpertCoder ExpertCoder

Once downloaded, you can keep your copy up to date using the svn update command instead of checkout.

You can find detailed information about using SVN with several OS in the SourceForge documentation section.