2011-08-23 |
Mario de Sousa |
Removing Makefiles made redundant by autotools.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
fix bug report email address.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Add print version command line option.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Remove debugging printf() added by mistake in previous commit.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Print error messages when data type errors in ST expressions are detected.
|
changeset |
files
|
2011-08-23 |
Mario de Sousa |
Include (again!) the declaration of standard functions (incorrectly removed -again- in previous commit)
|
changeset |
files
|
2011-08-22 |
Mario de Sousa |
Add support for '**' (power) operator in ST expressions
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Some more comments on how to build, and correcting name of README.build file.
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Include the declaration of standard functions (incorrectly removed in previous commit)
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Merging with Laurent's repository.
|
changeset |
files
|
2011-08-19 |
Mario de Sousa |
Fixing automake configuration to work properly with flex and bison.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Building compiler with autoconf. Thanks go to Matteo of sirius-es.it
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard function calls.
|
changeset |
files
|
2011-07-29 |
Mario de Sousa |
Support for semantic verification of calls to standard functions.
|
changeset |
files
|
2011-09-07 |
laurent |
Fixing exponentiation used with symbol **
|
changeset |
files
|
2011-09-02 |
laurent |
Fix bugs in exponentiation
|
changeset |
files
|
2011-09-02 |
laurent |
Fix case statement in ST, adding support for enumerated types
|
changeset |
files
|
2011-07-13 |
laurent |
Adding BYTE operators visit functions in inlinefcall
|
changeset |
files
|
2011-07-13 |
laurent |
Fix bug with DIV and MOD operator in IL code generator
|
changeset |
files
|
2011-07-13 |
laurent |
Fix bug in suffix of inlinefcall call in ST and IL
|
changeset |
files
|
2011-07-13 |
laurent |
Remove inclusion of missing file in lib
|
changeset |
files
|
2011-07-13 |
laurent |
Commiting merge with Mario's repository
|
changeset |
files
|
2011-07-11 |
Mario de Sousa |
commiting merge with Laurent's repository
|
changeset |
files
|
2011-07-09 |
Mario de Sousa |
changing 'make' to '$(MAKE)' so other make tools (e.g. gmake) may also be used.
|
changeset |
files
|
2011-07-09 |
Mario de Sousa |
Replacing extern declaration with #include of apropriate header file
|
changeset |
files
|
2011-07-09 |
Mario de Sousa |
Adding some comments, and removing a check for a semantic error in code being compiled.
|
changeset |
files
|
2011-07-12 |
laurent |
Fix bug with inline function call in POU programmed in IL
|
changeset |
files
|
2011-07-08 |
laurent |
Fix bug in function calls with literal parameters
|
changeset |
files
|
2011-07-07 |
laurent |
Fix makefiles when not using make as make tool
|
changeset |
files
|
2011-07-06 |
laurent |
Fix bug on initialization of temp variables not using setter
|
changeset |
files
|
2011-07-06 |
laurent |
Fix bug when trying to find the type of a NULL symbol
|
changeset |
files
|
2011-07-04 |
laurent |
Fix bug in inline function calls when using function with undetermined type interface with literals as input
|
changeset |
files
|
2011-06-29 |
laurent |
Fix warnings when compiling matiec
|
changeset |
files
|
2011-06-29 |
laurent |
Fix warning on nop statement at the end of function_block and program generated code
|
changeset |
files
|
2011-06-29 |
laurent |
Adding double underscore in computed enumerated value to avoid conflict with other user defined identifiers
|
changeset |
files
|
2011-06-28 |
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
|
2011-06-27 |
laurent |
Fix bug in declaring variable of enumerated type
|
changeset |
files
|
2011-06-16 |
Mario de Sousa |
Fix what I think is a bug (has not yet manifested itself).
|
changeset |
files
|
2011-06-16 |
Mario de Sousa |
Merging with Lauren't recent change.
|
changeset |
files
|
2011-06-16 |
Mario de Sousa |
Merging two previous commits.
|
changeset |
files
|
2011-06-10 |
Mario de Sousa |
Clean up some code.
|
changeset |
files
|
2011-06-14 |
laurent |
Fix bug with array attribute in structure declaration
|
changeset |
files
|
2011-06-14 |
Mario de Sousa |
Add better comments, and change name of functions to clarify what they do.
|
changeset |
files
|
2011-06-10 |
Mario de Sousa |
Remove incorect debugging assertion.
|
changeset |
files
|
2011-06-10 |
Mario de Sousa |
Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered.
|
changeset |
files
|
2011-06-09 |
laurent |
Fix bug when generating initial value for function return type when it is a complex type
|
changeset |
files
|
2011-06-09 |
laurent |
Fix bug in debugging variable list compilation with structure and array disabling
|
changeset |
files
|
2011-06-08 |
laurent |
Fix bug with TRUNC function and with type conversion functions called with constant as parameter
|
changeset |
files
|
2011-06-08 |
Mario de Sousa |
Allow use of ENO keyword in structured variable field selector.
|
changeset |
files
|
2011-06-06 |
laurent |
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
|
changeset |
files
|
2011-06-06 |
Mario de Sousa |
fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
|
changeset |
files
|
2011-06-06 |
laurent |
Fix bug when generating integer with leading zero (octal value for C compiler)
|
changeset |
files
|
2011-06-03 |
Mario de Sousa |
Allow [EOL] after a label in IL.
|
changeset |
files
|
2011-06-01 |
laurent |
Fix bug when using an enumerated or subrange type to define a structure element
|
changeset |
files
|
2011-05-31 |
laurent |
Fix bug when declaring data type directly derived from array type
|
changeset |
files
|
2011-05-30 |
Mario de Sousa |
Fix conversion of binary digits to hex, when generating code.
|
changeset |
files
|
2011-05-30 |
Mario de Sousa |
Fix missing '(' when declaring new simple derived data type.
|
changeset |
files
|
2011-05-30 |
Mario de Sousa |
Ignore underscores in decimal integer constants when determining size in bits...
|
changeset |
files
|
2011-05-30 |
Mario de Sousa |
When checking semantics of expressions, skip semantic checking of data type definitions
|
changeset |
files
|