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
|
2011-05-30 |
Mario de Sousa |
Fixing algorithm that determines bit size of constants containing underscores.
|
changeset |
files
|
2011-05-27 |
Mario de Sousa |
Merging with Edouard's version
|
changeset |
files
|
2011-05-27 |
Mario de Sousa |
Fixing bug related to setting array variables with values coming from other variables
|
changeset |
files
|
2011-05-18 |
Edouard Tisserant |
Added __IEC_OUTPUT_FLAG, to mark variable whose forcing implies refresh on eache cycle.
|
changeset |
files
|
2011-05-18 |
laurent |
Fix bug when debugging located variables of type memory (%M) for all variable classes
|
changeset |
files
|
2011-05-17 |
Mario de Sousa |
Merging with Edouard's changes
|
changeset |
files
|
2011-05-17 |
Mario de Sousa |
Fixing code generation of array indexes in Function Blocks.
|
changeset |
files
|
2011-05-15 |
Mario de Sousa |
Commiting merge with Laurent's recent dead code removal change.
|
changeset |
files
|
2011-04-19 |
Mario de Sousa |
Adding fflush capabilities. It is sometimes usefull when debuging the compiler...
|
changeset |
files
|
2011-04-15 |
Mario de Sousa |
Adding missing semicolons.
|
changeset |
files
|
2011-05-16 |
Edouard Tisserant |
fixed build error with gcc 4.5.2
|
changeset |
files
|
2011-05-16 |
laurent |
Merged with Edouard's modifications
|
changeset |
files
|
2011-05-16 |
laurent |
Fix bug when debugging located variables of type memory (%M)
|
changeset |
files
|
2011-04-21 |
Edouard Tisserant |
Removed dead code
|
changeset |
files
|
2011-04-14 |
Mario de Sousa |
Fixing implementation of CU, CD, and CUD in standard library.
|
changeset |
files
|
2011-04-14 |
Mario de Sousa |
Deleting dead code.
|
changeset |
files
|
2011-04-14 |
Mario de Sousa |
Merging changes.
|
changeset |
files
|
2011-04-14 |
Mario de Sousa |
Added tracking of order by which tokens are processed by lexical analyser.
|
changeset |
files
|
2011-04-14 |
Mario de Sousa |
Adding tracking of filename in which token is located.
|
changeset |
files
|
2011-04-07 |
Edouard Tisserant |
Reverted semantic error message so that Beremiz can parse them and that user can double-click on error message to open related POU and select the faulty line.
|
changeset |
files
|
2011-04-05 |
Mario de Sousa |
Fixing error message incorrectly changed in previous merge.
|
changeset |
files
|
2011-04-05 |
Mario de Sousa |
fixing C code generation of return_statement_c and exit_statement_c
|
changeset |
files
|
2011-04-05 |
Mario de Sousa |
merging the Edouard's version.
|
changeset |
files
|
2011-04-05 |
Mario de Sousa |
fixing exit_statement_c: produce 'break' instead of 'exit(0); (Thanks to Manuele)
|
changeset |
files
|
2011-04-05 |
Mario de Sousa |
Fixing code generation of standard conversion functions.
|
changeset |
files
|
2011-04-05 |
Edouard Tisserant |
Re-generated std lib related code, with updated headers, updated all forgotten headers
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Merged matiec library headers update from Mario to LGPL
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
Changing to LGPL for library functions.
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
Updating origin and license info of library fuctions.
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
Leave standard function names hardcoded, as these are considered keywords even though
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
New version of bistable.txt - due to license issues.
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Make semantic error message compatible with beremiz
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Merge
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
|
changeset |
files
|
2011-04-04 |
Edouard Tisserant |
Merge with changes from Mario
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
Fixing stupid bug (that was disabling code generation).
|
changeset |
files
|
2011-04-04 |
Mario de Sousa |
Adding Makefile for Darwin (thanks go to Manuele)
|
changeset |
files
|