- Renamed class, remove unused code, delete allocated objects. 2012-05-15, by mjsousa
- Start sematinc range check class. 2012-05-15, by Manuele Conti
- Located variables may have other data types besides ANY_BIT. 2012-05-15, by mjsousa
- Add verify_is_lvalue to control_variable in for_statement. 2012-05-13, by Manuele Conti
- Remove useless code, and replace with assertion. 2012-05-10, by mjsousa
- Fix bug: initialise un-initialised variable. 2012-05-10, by mjsousa
- Delete incorrect comment. 2012-05-10, by mjsousa
- Add some comments... 2012-05-10, by mjsousa
- Add high level comments. 2012-05-10, by mjsousa
- Fix comment. 2012-05-10, by mjsousa
- Fix the previous commit: check for errors in expressions used as subscripts. 2012-05-09, by mjsousa
- Fix data type check array subscript field. 2012-05-09, by Manuele Conti
- Merge changes. 2012-05-09, by mjsousa
- Fix parsing os TIME literals & rename the extract_integer() function. 2012-05-09, by mjsousa
- Fix generation of output for iec2iec. 2012-05-09, by mjsousa
- Do not compile deleted files... 2012-05-09, by mjsousa
- Do not compile deleted files... 2012-05-09, by mjsousa
- ReDelete files - used in old method of supporting standard functions. 2012-05-09, by mjsousa
- Remove file (used for old method of supporting standard functions). 2012-05-09, by mjsousa
- Add TODO list! 2012-04-27, by Mario de Sousa
- Delete unecessary variable. 2012-04-26, by Mario de Sousa
- Fix __dt_to_timespec primitive function. 2012-05-03, by Conti Manuele
- Fix __dt_to_string primitive function. 2012-05-02, by Conti Manuele
- Fix code generation about __INIT_GLOBAL_LOCATED. 2012-04-24, by Conti Manuele
- Change constants into enums. 2012-04-25, by Mario de Sousa
- Add lvalue checking for IL function and FB invocations. 2012-04-25, by Mario de Sousa
- Fix comment. 2012-04-25, by Mario de Sousa
- Add clarifying comment. 2012-04-25, by Mario de Sousa
- Remove access to NULL pointer. 2012-04-25, by Mario de Sousa
- Make temporary fix to is_complex() method. 2012-04-25, by Mario de Sousa
- Fix comment. (thanks go to Manuele for pointing it put). 2012-04-24, by Mario de Sousa
- Stop lvalue checks after finding an error in the expression. 2012-04-23, by Mario de Sousa
- Remove erroneous check for S1 and R1, and add missing declrataion. 2012-04-23, by Mario de Sousa
- Start implement lvalue check in IL instruction. 2012-04-21, by Manuele Conti
- Add lvalue check on fb invocation. 2012-04-21, by Manuele Conti
- Literals are also part of expressions! 2012-04-19, by Mario de Sousa
- Implement check_assignment_to_expression in lvalue_check_c class. 2012-04-18, by Conti Manuele
- Remove potential access to NULL pointer. 2012-04-18, by Mario de Sousa
- Start having nicer stage 4 error messages. 2012-04-18, by Mario de Sousa
- Improve usability command line under windows. 2012-04-17, by Conti Manuele
- Ignore trailing EOLs when determining symbol location. 2012-04-17, by Mario de Sousa
- Add comment. 2012-04-17, by Mario de Sousa
- Fix Segmentation fault in check_assignment_to_output lvalue method. 2012-04-17, by Conti Manuele
- Remove deprecated status for ANYTIME operations. 2012-04-17, by Mario de Sousa
- Produce similar error messages in stage2 and stage3. 2012-04-17, by Mario de Sousa
- Fix bug when handling code with data type errors. 2012-04-16, by Mario de Sousa
- Fix printing of data type errors in while and repeat statements. 2012-04-16, by Mario de Sousa
- Add lvalue check for non formal function invocations. 2012-04-16, by Mario de Sousa
- Fixing check for assingment to FOR control variables. 2012-04-16, by Mario de Sousa
- Moving get_var_name_c into its own file. 2012-04-16, by Mario de Sousa
- Fixing check for assignment to output variables. 2012-04-16, by Mario de Sousa
- Fixing some bugs in lvalue checking (other bugs remain - to be fixed later) 2012-04-15, by Mario de Sousa
- Add lvalue check class. 2012-04-14, by Manuele Conti
- Determine the modifiers (CONST, REATAIN) used when declaring a variable. 2012-04-14, by manuele conti
- Fix typo in comparison expression. 2012-04-14, by Mario de Sousa
- Removing code from search_varfb_instance_type_c (use search_var_instance_decl_c instead). 2012-04-14, by Mario de Sousa
- Fix bug by expanding permissible data input of search_var_instance_decl_c 2012-04-14, by Mario de Sousa
- Edit formating and delete unused code. 2012-04-13, by Mario de Sousa
- Start data type checking of var declarations (including direct variables!) 2012-04-07, by Mario de Sousa
- Delete incorrect comments I had inserted previously (confusing EQ and NE functions) 2012-04-03, by Mario de Sousa