Thu, 26 May 2016 18:30:17 +0100 | mjsousa | Only allow function invocation outside ST expressions when command line option is activated. | changeset | files |
Thu, 26 May 2016 17:59:01 +0100 | mjsousa | Ignore pragmas inside IL code when handling inline function calls. | changeset | files |
Thu, 26 May 2016 15:05:34 +0100 | mjsousa | Fix bug: correctly handle formal function calls in IL with no parameters. | changeset | files |
Thu, 26 May 2016 15:00:20 +0100 | mjsousa | Add support for functions returning VOID (i.e. non-standard extension, allowing functions that do not return any data) | changeset | files |
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 |