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!)
|
file |
diff |
annotate
|
Wed, 13 Jun 2012 13:50:46 +0100 |
Mario de Sousa |
Make compiler portable (do not assume int64_t is long long int)
|
file |
diff |
annotate
|
Tue, 12 Jun 2012 22:32:09 +0200 |
Manuele Conti |
Fix extract_integer_value.
|
file |
diff |
annotate
|
Sun, 10 Jun 2012 21:47:15 +0100 |
Mario de Sousa |
Fix extract_real (thanks Manuele), and add check for overflow.
|
file |
diff |
annotate
|
Sat, 09 Jun 2012 08:35:46 +0100 |
Mario de Sousa |
Re-insert errno=0 before calling strtoXX() (thanks go to Manuele)
|
file |
diff |
annotate
|
Wed, 06 Jun 2012 16:39:54 +0100 |
Mario de Sousa |
make the compiler platform independent (i.e. no longer assume sizeof(double)==8).
|
file |
diff |
annotate
|
Wed, 06 Jun 2012 13:28:50 +0100 |
Mario de Sousa |
create extract_real_value() in absyntax_utils. NOTE: overflows not yet handled!
|
file |
diff |
annotate
|
Wed, 06 Jun 2012 12:39:32 +0100 |
Mario de Sousa |
Fix a few bugs of previous commit.
|
file |
diff |
annotate
|
Tue, 05 Jun 2012 19:17:29 +0200 |
Manuele Conti |
Start constant_folding class.
|
file |
diff |
annotate
|
Wed, 09 May 2012 23:00:10 +0100 |
mjsousa |
Fix parsing os TIME literals & rename the extract_integer() function.
|
file |
diff |
annotate
|
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!)
|
file |
diff |
annotate
|
Thu, 25 Aug 2011 17:55:48 +0100 |
Mario de Sousa |
Ignore underscores when extracting value of integer.
|
file |
diff |
annotate
|
Fri, 29 Jul 2011 16:03:28 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 05 Apr 2011 15:14:19 +0200 |
Edouard Tisserant |
Re-generated std lib related code, with updated headers, updated all forgotten headers
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 10:47:24 +0100 |
Mario de Sousa |
Updating license info (with Edouard's permission for relevant files).
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 21:08:44 +0200 |
mario |
Moving absyntax utility files out from stage4/generate_c
|
file |
diff |
annotate
|