Version 1.3.0 of FRUCTOSE has been released (3rd April 2014).

Changes in version 1.3.0

Syntax errors in the loop macros were corrected.
The loop macros were also corrected such that if
a test consists entirely of these you no get longer
a warning that no assertions were made.
A test example, ex16, was added to test this.

Changed the python script so it is compatible with python 3.
Generated code includes comment at start that says it
was generated using fructose_gen.py.

Added _USE_MATH_DEFINES to example 3 when compiling using
Microsoft Visual Studio so that it picks up the
definition of M_PI.

Added Studio files for VC10 (Visual Studio 2010) for the
example programs.