Sun, 19 Oct 2014 11:53:36 +0100 | mjsousa | Fix bug with multple dereferencing (bool_var := bool_ptr_ptr^^;) | changeset | files |
Sun, 19 Oct 2014 08:36:49 +0100 | mjsousa | Fix bug: Add support for de-referencing pointers to struct (struct_ptr^.elem1) when used inside FB. | changeset | files |
Sun, 28 Sep 2014 17:48:42 +0100 | mjsousa | Fix bug: add support for dereferencing of REF_TO to REF_TO xxx (e.g.: bool_var := ref_to_ref_to_bool^^;) | changeset | files |
Sun, 28 Sep 2014 17:39:28 +0100 | mjsousa | Turn support of derefencing operator '^' an option (default is not supported). | changeset | files |
Sun, 28 Sep 2014 16:35:44 +0100 | mjsousa | Add support for de-referencing of REF_TO datatypes (Note: dereferencing of arrays and structs not yet supported!) | changeset | files |
Sat, 27 Sep 2014 20:09:19 +0100 | mjsousa | Add support for REF_TO inside arrays and structs (a non-standard feature!) | changeset | files |