Tue, 23 Aug 2011 11:54:34 +0100 Mario de Sousa Remove debugging printf() added by mistake in previous commit.
Tue, 23 Aug 2011 11:51:14 +0100 Mario de Sousa Print error messages when data type errors in ST expressions are detected.
Tue, 23 Aug 2011 09:10:03 +0100 Mario de Sousa Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
Mon, 22 Aug 2011 16:08:07 +0100 Mario de Sousa Add support for '**' (power) operator in ST expressions
Fri, 19 Aug 2011 21:53:11 +0100 Mario de Sousa Some more comments on how to build, and correcting name of README.build file.
Fri, 19 Aug 2011 20:57:49 +0100 Mario de Sousa Include the declaration of standard functions (incorrectly removed in previous commit)
Fri, 19 Aug 2011 20:48:05 +0100 Mario de Sousa Merging with Laurent's repository.
Fri, 19 Aug 2011 17:33:57 +0100 Mario de Sousa Fixing automake configuration to work properly with flex and bison.
Fri, 29 Jul 2011 16:08:40 +0100 Mario de Sousa Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
Fri, 29 Jul 2011 16:06:38 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Fri, 29 Jul 2011 16:05:03 +0100 Mario de Sousa Support for semantic verification of calls to standard function calls.
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Wed, 07 Sep 2011 19:28:10 +0200 laurent Fixing exponentiation used with symbol **
Fri, 02 Sep 2011 18:16:33 +0200 laurent Fix bugs in exponentiation
Fri, 02 Sep 2011 18:15:55 +0200 laurent Fix case statement in ST, adding support for enumerated types