absyntax/absyntax.def
2012-05-09 mjsousa Fix parsing os TIME literals & rename the extract_integer() function.
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially, ignore all changes).
2012-03-31 Mario de Sousa merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
2012-03-13 Mario de Sousa Change setting of deprecated_operation from fill to narrow_candidate_datatypes_c.
2012-03-13 Mario de Sousa Clarify some details in the comments.
2012-03-11 Manuele Conti Add check widening status for IL operator.
2012-03-10 Mario de Sousa Bringing comment up to date.
2012-03-02 Mario de Sousa Continue adding support for semantic verification of JMP and RET.
2012-02-27 Mario de Sousa Change prev_il_instruction to a vector<>
2012-02-21 Mario de Sousa More changes for support of semantic verification of il_expressions
2012-02-17 Mario de Sousa Start of support for semantic verification of FB calls in IL using special IL instructions.
2012-02-16 Mario de Sousa Narrow IL code backwords, so as to correctly handle invocations to overloaded functions from IL code.
2012-02-13 Mario de Sousa Add semantic verification of FB calls in IL (not yet complete - missing printing of errors!)
2012-02-10 Mario de Sousa Add support for semantic verification of function calls in IL.
2012-02-03 Mario de Sousa Continue checking data type compatibility inside expressions used to pass paramters to invalid function/FB calls
2012-02-02 Mario de Sousa Add support in stage 3 for checking function invocations in ST.
2012-02-02 Mario de Sousa Fix search_varfb_instance_decl to be able to find variables and FB when only given an identifier.
2012-02-01 Mario de Sousa Re-write of stage3 code (done by Manuele and I), re-write of search_varfb_instance_type_c (done by myself), and several other bug fixes.
2012-02-24 laurent Fix bug with overloaded function due to literal input values
2012-02-02 laurent Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-04-05 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
2011-04-04 Mario de Sousa starting to add proper header file with declaration of standard functions
2011-03-31 Mario de Sousa Updating licensing information.
2011-03-30 Mario de Sousa Huge change.
2009-08-27 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
2009-06-18 mario Removing un-necessary symbol direct_variable_type_name_c from abstract syntax tree
2009-05-25 mario Adding support for SAFEBOOL. Some code generation yet to do...
2008-11-26 greg Adding support for direct variable type search
2008-09-26 lbessard Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
2008-09-15 lbessard Adding support for EN/ENO parameters in bison rules
2008-04-08 lbessard Problem with negated literals while compiling generated C file on 32bits systems fixed
2007-11-17 mario adding comments.
2007-11-15 lbessard Bug on SFC transition parsing and generation fixed
2007-10-23 mario Adding basic error checking.
2007-06-14 lbessard Adding support for standard function block parsing
2007-05-16 lbessard Multi-file configuration and resource generation finished
2007-02-23 lbessard SFC state machine first approach generator implemented
2007-01-31 lbessard ST and IL parsing added into flex-bison analyser
2007-01-31 etisserant Changes made since Mario visit at LOLITECH. Thanks again !
2007-01-31 etisserant Initial commit. Last MatPLC CVS with some makefile inclusion removed in order to compile fine out of MatPLC.