Thu, 26 May 2016 14:26:33 +0100 | mjsousa | Add -warn flag when running flex -> warn of potential bugs | changeset | files |
Fri, 13 May 2016 12:18:50 +0100 | mjsousa | Add support for non-standard VOID datatype. May ony be used to define functions returning VOID. | changeset | files |
Wed, 11 May 2016 19:38:31 +0100 | mjsousa | Delete the YY_NO_UNPUT define, as we do use the unput() function. | changeset | files |
Wed, 11 May 2016 18:41:45 +0100 | mjsousa | Add support for non standard feature: allow POUs with no in, out and inout parameters | changeset | files |
Sun, 08 May 2016 20:01:15 +0100 | mjsousa | Add option to not add the EN and ENO parameters to every function and FB (generated C code becomes smaller, and uses less memory for function invocations) | changeset | files |
Sat, 07 May 2016 21:17:49 +0100 | mjsousa | Correctly identify errors when parsing erroneous code (make sure flex goes back to INITIAL state when code contains errors that do not allow determining whether ST or IL is being parsed) | changeset | files |