absyntax_utils/absyntax_utils.cc
Fri, 15 Jun 2012 19:54:33 +0100 Mario de Sousa Add ERROR_MSG macro && move extract_XXX() functions to constant_folding.cc
Wed, 13 Jun 2012 14:21:30 +0100 Mario de Sousa extract_int64() must not handle negation operation (was doing it incorrectly for INT64_MIN!)
Wed, 13 Jun 2012 13:50:46 +0100 Mario de Sousa Make compiler portable (do not assume int64_t is long long int)
Tue, 12 Jun 2012 22:32:09 +0200 Manuele Conti Fix extract_integer_value.
Sun, 10 Jun 2012 21:47:15 +0100 Mario de Sousa Fix extract_real (thanks Manuele), and add check for overflow.
Sat, 09 Jun 2012 08:35:46 +0100 Mario de Sousa Re-insert errno=0 before calling strtoXX() (thanks go to Manuele)
Wed, 06 Jun 2012 16:39:54 +0100 Mario de Sousa make the compiler platform independent (i.e. no longer assume sizeof(double)==8).
Wed, 06 Jun 2012 13:28:50 +0100 Mario de Sousa create extract_real_value() in absyntax_utils. NOTE: overflows not yet handled!
Wed, 06 Jun 2012 12:39:32 +0100 Mario de Sousa Fix a few bugs of previous commit.
Tue, 05 Jun 2012 19:17:29 +0200 Manuele Conti Start constant_folding class.
Wed, 09 May 2012 23:00:10 +0100 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
Tue, 07 Feb 2012 17:40:19 +0000 Mario de Sousa Add, to types symbol table, string datatypes with limited length (my_string_type: STRING[33]) (Thanks Andreas!)
Thu, 25 Aug 2011 17:55:48 +0100 Mario de Sousa Ignore underscores when extracting value of integer.
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Sat, 09 Jul 2011 14:05:53 +0100 Mario de Sousa Adding some comments, and removing a check for a semantic error in code being compiled.
Tue, 28 Jun 2011 19:03:15 +0200 laurent Add support for finding type of a constant enumerated value and managing conflict between same identifiers defined in different enumerated data types
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Fri, 01 Apr 2011 10:47:24 +0100 Mario de Sousa Updating license info (with Edouard's permission for relevant files).
Mon, 01 Jun 2009 21:08:44 +0200 mario Moving absyntax utility files out from stage4/generate_c