Tue, 23 Aug 2011 09:10:03 +0100 |
Mario de Sousa |
Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
|
changeset |
files
|
Mon, 22 Aug 2011 16:08:07 +0100 |
Mario de Sousa |
Add support for '**' (power) operator in ST expressions
|
changeset |
files
|
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.
|
changeset |
files
|
Fri, 19 Aug 2011 20:57:49 +0100 |
Mario de Sousa |
Include the declaration of standard functions (incorrectly removed in previous commit)
|
changeset |
files
|
Fri, 19 Aug 2011 20:48:05 +0100 |
Mario de Sousa |
Merging with Laurent's repository.
|
changeset |
files
|
Fri, 19 Aug 2011 17:33:57 +0100 |
Mario de Sousa |
Fixing automake configuration to work properly with flex and bison.
|
changeset |
files
|
Fri, 29 Jul 2011 16:08:40 +0100 |
Mario de Sousa |
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
|
changeset |
files
|
Fri, 29 Jul 2011 16:06:38 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
Fri, 29 Jul 2011 16:05:03 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard function calls.
|
changeset |
files
|
Fri, 29 Jul 2011 16:03:28 +0100 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
Wed, 07 Sep 2011 19:28:10 +0200 |
laurent |
Fixing exponentiation used with symbol **
|
changeset |
files
|
Fri, 02 Sep 2011 18:16:33 +0200 |
laurent |
Fix bugs in exponentiation
|
changeset |
files
|
Fri, 02 Sep 2011 18:15:55 +0200 |
laurent |
Fix case statement in ST, adding support for enumerated types
|
changeset |
files
|
Wed, 13 Jul 2011 13:57:29 +0200 |
laurent |
Adding BYTE operators visit functions in inlinefcall
|
changeset |
files
|
Wed, 13 Jul 2011 13:40:14 +0200 |
laurent |
Fix bug with DIV and MOD operator in IL code generator
|
changeset |
files
|
Wed, 13 Jul 2011 12:44:12 +0200 |
laurent |
Fix bug in suffix of inlinefcall call in ST and IL
|
changeset |
files
|
Wed, 13 Jul 2011 12:32:34 +0200 |
laurent |
Remove inclusion of missing file in lib
|
changeset |
files
|
Wed, 13 Jul 2011 11:48:34 +0200 |
laurent |
Commiting merge with Mario's repository
|
changeset |
files
|
Mon, 11 Jul 2011 09:47:27 +0100 |
Mario de Sousa |
commiting merge with Laurent's repository
|
changeset |
files
|
Sat, 09 Jul 2011 14:48:31 +0100 |
Mario de Sousa |
changing 'make' to '$(MAKE)' so other make tools (e.g. gmake) may also be used.
|
changeset |
files
|
Sat, 09 Jul 2011 14:17:52 +0100 |
Mario de Sousa |
Replacing extern declaration with #include of apropriate header file
|
changeset |
files
|
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.
|
changeset |
files
|
Tue, 12 Jul 2011 22:20:28 +0200 |
laurent |
Fix bug with inline function call in POU programmed in IL
|
changeset |
files
|
Fri, 08 Jul 2011 11:06:27 +0200 |
laurent |
Fix bug in function calls with literal parameters
|
changeset |
files
|
Thu, 07 Jul 2011 10:49:08 +0200 |
laurent |
Fix makefiles when not using make as make tool
|
changeset |
files
|
Wed, 06 Jul 2011 12:19:30 +0200 |
laurent |
Fix bug on initialization of temp variables not using setter
|
changeset |
files
|
Wed, 06 Jul 2011 12:01:46 +0200 |
laurent |
Fix bug when trying to find the type of a NULL symbol
|
changeset |
files
|
Mon, 04 Jul 2011 15:27:09 +0200 |
laurent |
Fix bug in inline function calls when using function with undetermined type interface with literals as input
|
changeset |
files
|