stage3/visit_expression_type.cc
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Wed, 06 Jul 2011 12:01:46 +0200 laurent Fix bug when trying to find the type of a NULL symbol
Wed, 29 Jun 2011 12:28:59 +0200 laurent Fix warnings when compiling matiec
Thu, 16 Jun 2011 11:05:13 +0100 Mario de Sousa Merging two previous commits.
Fri, 10 Jun 2011 10:13:15 +0100 Mario de Sousa Clean up some code.
Tue, 14 Jun 2011 14:53:37 +0100 Mario de Sousa Add better comments, and change name of functions to clarify what they do.
Fri, 10 Jun 2011 06:30:30 +0100 Mario de Sousa Skip CONFIGURATION declarations in stage 3 for now, so semantic analysis does not stop when a configuration is encountered.
Mon, 30 May 2011 17:54:15 +0100 Mario de Sousa When checking semantics of expressions, skip semantic checking of data type definitions
Thu, 14 Apr 2011 19:02:35 +0100 Mario de Sousa Deleting dead code.
Thu, 14 Apr 2011 18:55:31 +0100 Mario de Sousa Merging changes.
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.
Thu, 07 Apr 2011 11:40:03 +0200 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.
Tue, 05 Apr 2011 19:42:33 +0100 Mario de Sousa Fixing error message incorrectly changed in previous merge.
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 18:54:55 +0200 Edouard Tisserant Make semantic error message compatible with beremiz
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 12:19:32 +0100 Mario de Sousa Fixing error messages for IL semantic errors (brocken in a previous changeset/commit).
Fri, 01 Apr 2011 10:03:22 +0100 Mario de Sousa Adding some debug info
Thu, 31 Mar 2011 21:06:36 +0100 Mario de Sousa Do not crash when checking semantics of undeclared symbolic_variable.
Thu, 31 Mar 2011 13:20:50 +0100 Mario de Sousa Error messages (stage3) now better identify the location of the error.
Thu, 31 Mar 2011 10:52:03 +0100 Mario de Sousa Adding debug conditional printf()s in stage 3.
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.
Mon, 21 Sep 2009 12:04:15 +0200 laurent Adding support for forcing tick count to return to zero as the same time than all tasks firing are synchronized
Thu, 27 Aug 2009 16:29:23 +0100 Catarina Boucinha Adding missing Stage3 files.