Hi Robert,
On 23.08.2020 08:59, Robert Wilhelm wrote:
- | tFOR Identifier '=' Expression tTO Expression Step_opt ':' SimpleStatement ':' tNEXT
{ $$ = new_forto_statement(ctx, @$, $2, $4, $6, $7, $9); CHECK_ERROR; }
I think that the root of the problem is deeper in how we handle statement separators. See the attached test for an example.
Thanks,
Jacek