stage1_2/iec.y
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
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
Wed, 08 Jun 2011 11:42:19 +0100 Mario de Sousa Allow use of ENO keyword in structured variable field selector.
Fri, 03 Jun 2011 17:14:24 +0100 Mario de Sousa Allow [EOL] after a label in IL.
Fri, 15 Apr 2011 09:45:27 +0100 Mario de Sousa Adding missing semicolons.
Thu, 14 Apr 2011 18:12:59 +0100 Mario de Sousa Added tracking of order by which tokens are processed by lexical analyser.
Thu, 14 Apr 2011 17:35:25 +0100 Mario de Sousa Adding tracking of filename in which token is located.
Tue, 05 Apr 2011 15:14:19 +0200 Edouard Tisserant Re-generated std lib related code, with updated headers, updated all forgotten headers
Mon, 04 Apr 2011 19:18:22 +0200 Edouard Tisserant Merged matiec library headers update from Mario to LGPL
Mon, 04 Apr 2011 15:22:42 +0100 Mario de Sousa Leave standard function names hardcoded, as these are considered keywords even though
Mon, 04 Apr 2011 10:42:03 +0100 Mario de Sousa starting to add proper header file with declaration of standard functions
Fri, 01 Apr 2011 10:06:19 +0100 Mario de Sousa Updating License info (with Edoaurd's permission for relevant files).
Thu, 31 Mar 2011 10:45:34 +0100 Mario de Sousa Merging my Huge change with Edouards/Laurents version
Wed, 30 Mar 2011 19:53:32 +0100 Mario de Sousa Huge change.
Thu, 22 Apr 2010 00:29:30 +0200 laurent Bug when parsing standard function block call in IL
Wed, 02 Sep 2009 17:35:56 +0200 laurent Bug in eno_param_declaration error handle fixed
Thu, 27 Aug 2009 16:06:46 +0100 Catarina Boucinha Initial (very rough) version of semantic checker (stage3)
Thu, 18 Jun 2009 18:49:29 +0200 mario Fixing indentification
Wed, 10 Jun 2009 13:20:52 +0200 lbessard Adding support for parsing standard function in standard function blocks code generation
Tue, 09 Jun 2009 10:14:17 +0200 lbessard Removing failing error finding rule
Thu, 04 Jun 2009 09:44:53 +0200 lbessard Bug with bison versions earlier than 2.3 fixed
Mon, 25 May 2009 12:17:10 +0200 mario Adding support for SAFEBOOL. Some code generation yet to do...
Mon, 18 May 2009 13:19:30 +0200 lbessard Adding support for checking direct variable declared before using
Fri, 21 Nov 2008 13:43:49 +0100 lbessard Bug on language selection in SFC Action fixed
Tue, 07 Oct 2008 14:33:52 +0200 lbessard fixed typo eno_param_declaration
Fri, 26 Sep 2008 14:42:05 +0200 lbessard Adding support for EN/ENO params in function and function blocks (standard function not supported yet)
Mon, 15 Sep 2008 13:36:24 +0200 lbessard Adding support for EN/ENO parameters in bison rules
Mon, 08 Sep 2008 10:34:24 +0200 lbessard Bug while wearching errors in transition with priority fixed
Tue, 12 Aug 2008 16:14:12 +0200 lbessard Adding some improvements:
Wed, 23 Jul 2008 11:44:39 +0200 lbessard Fixed some uncatched errors and error bounds in error messages
Fri, 18 Jul 2008 14:44:07 +0200 lbessard Some bugs on syntax checking tests fixed
Thu, 17 Jul 2008 19:07:28 +0200 lbessard Adding some human-readable error messages
Mon, 19 May 2008 14:07:31 +0200 lbessard Adding support for POU struct definition in POUS.h
Tue, 08 Apr 2008 18:21:37 +0200 lbessard Problem with negated literals while compiling generated C file on 32bits systems fixed
Thu, 06 Dec 2007 18:01:58 +0100 lbessard Adding support for derived data types.
Sat, 17 Nov 2007 09:44:14 +0100 mario Adding some basic error cheching.
Sat, 17 Nov 2007 09:20:44 +0100 mario Changing format of error reporting.
Fri, 16 Nov 2007 15:48:34 +0100 mario Fixing some more comments.
Fri, 16 Nov 2007 15:12:21 +0100 mario Cleaning up comments.
Fri, 16 Nov 2007 13:47:41 +0100 mario Small fix to previous commit.
Fri, 16 Nov 2007 13:45:14 +0100 mario Cleaning up some bison rules.
Thu, 15 Nov 2007 15:43:34 +0100 mario Cleaning up comments.
Thu, 15 Nov 2007 15:41:52 +0100 mario Cleaning up comments.
Thu, 15 Nov 2007 10:42:34 +0100 mario Adding location data to new transition_condition_c.
Thu, 15 Nov 2007 10:21:19 +0100 lbessard Bug on SFC transition parsing and generation fixed
Wed, 14 Nov 2007 18:59:47 +0100 mario Adding support for use of PRIORITY as identifier inside SFC.
Wed, 14 Nov 2007 08:54:25 +0100 mario Fixing handling of enumeration values;
Sat, 03 Nov 2007 15:33:53 +0100 mario fixing buf in FOR control variable.
Fri, 02 Nov 2007 19:16:04 +0100 mario removing 'identifier' from definition of symbolic_variable
Thu, 01 Nov 2007 20:58:56 +0100 mario adding some comments.
Thu, 01 Nov 2007 09:42:33 +0100 mario Fixing handling of task initialisation.
Sun, 28 Oct 2007 22:44:20 +0100 mario fixing identifier issues of PRIORITY, SINGLE, and INTERVAL
Sun, 28 Oct 2007 22:03:27 +0100 mario fixing infinite error loops at library level, and ...
Tue, 23 Oct 2007 10:33:09 +0200 mario Adding basic error checking.
Mon, 27 Aug 2007 14:52:15 +0200 lbessard Adding SET (S) and RESET(R) to action qualifier
Mon, 13 Aug 2007 18:03:06 +0200 lbessard Adding R and S qualifier to SFC
Fri, 13 Jul 2007 19:20:26 +0200 etisserant First working IEC std lib test, actually test from string and to_string functions.
Thu, 12 Jul 2007 11:24:32 +0200 etisserant Fixed -I library include path behavior + removed old lib implementation + added generated lib func names to stage 1_2 + added Makefile.Linux
Wed, 16 May 2007 17:53:37 +0200 lbessard Multi-file configuration and resource generation finished
Tue, 27 Mar 2007 09:39:31 +0200 mario *** empty log message ***