Wed, 29 Jun 2011 12:28:59 +0200 |
laurent |
Fix warnings when compiling matiec
|
changeset |
files
|
Wed, 29 Jun 2011 12:28:13 +0200 |
laurent |
Fix warning on nop statement at the end of function_block and program generated code
|
changeset |
files
|
Wed, 29 Jun 2011 12:26:00 +0200 |
laurent |
Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers
|
changeset |
files
|
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
|
changeset |
files
|
Mon, 27 Jun 2011 18:01:43 +0200 |
laurent |
Fix bug in declaring variable of enumerated type
|
changeset |
files
|
Thu, 16 Jun 2011 11:14:13 +0100 |
Mario de Sousa |
Fix what I think is a bug (has not yet manifested itself).
|
changeset |
files
|
Thu, 16 Jun 2011 11:12:02 +0100 |
Mario de Sousa |
Merging with Lauren't recent change.
|
changeset |
files
|
Thu, 16 Jun 2011 11:05:13 +0100 |
Mario de Sousa |
Merging two previous commits.
|
changeset |
files
|
Fri, 10 Jun 2011 10:13:15 +0100 |
Mario de Sousa |
Clean up some code.
|
changeset |
files
|
Tue, 14 Jun 2011 17:15:47 +0200 |
laurent |
Fix bug with array attribute in structure declaration
|
changeset |
files
|
Tue, 14 Jun 2011 14:53:37 +0100 |
Mario de Sousa |
Add better comments, and change name of functions to clarify what they do.
|
changeset |
files
|
Fri, 10 Jun 2011 08:47:38 +0100 |
Mario de Sousa |
Remove incorect debugging assertion.
|
changeset |
files
|
Fri, 10 Jun 2011 06:30:30 +0100 |
Mario de Sousa |
Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered.
|
changeset |
files
|
Thu, 09 Jun 2011 17:51:00 +0200 |
laurent |
Fix bug when generating initial value for function return type when it is a complex type
|
changeset |
files
|
Thu, 09 Jun 2011 17:47:57 +0200 |
laurent |
Fix bug in debugging variable list compilation with structure and array disabling
|
changeset |
files
|
Wed, 08 Jun 2011 18:34:53 +0200 |
laurent |
Fix bug with TRUNC function and with type conversion functions called with constant as parameter
|
changeset |
files
|
Wed, 08 Jun 2011 11:42:19 +0100 |
Mario de Sousa |
Allow use of ENO keyword in structured variable field selector.
|
changeset |
files
|
Mon, 06 Jun 2011 16:28:41 +0200 |
laurent |
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
|
changeset |
files
|
Mon, 06 Jun 2011 14:05:28 +0100 |
Mario de Sousa |
fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
|
changeset |
files
|
Mon, 06 Jun 2011 11:01:47 +0200 |
laurent |
Fix bug when generating integer with leading zero (octal value for C compiler)
|
changeset |
files
|
Fri, 03 Jun 2011 17:14:24 +0100 |
Mario de Sousa |
Allow [EOL] after a label in IL.
|
changeset |
files
|
Wed, 01 Jun 2011 14:02:16 +0200 |
laurent |
Fix bug when using an enumerated or subrange type to define a structure element
|
changeset |
files
|
Tue, 31 May 2011 15:35:05 +0200 |
laurent |
Fix bug when declaring data type directly derived from array type
|
changeset |
files
|
Mon, 30 May 2011 19:28:32 +0100 |
Mario de Sousa |
Fix conversion of binary digits to hex, when generating code.
|
changeset |
files
|