[PATCH] vbscript: colon used in for loop

Jacek Caban jacek at codeweavers.com
Mon Aug 24 05:04:58 CDT 2020


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: vbscript.diff
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200824/b33b7151/attachment.bin>


More information about the wine-devel mailing list