5e64abec
by Francis De Brabandere at 2026-04-27T22:06:40+02:00
vbscript: Fix Sub first argument parentheses handling.
Disambiguation is handled entirely in the parser grammar. A new
SimpleStatement production handles the 'CallExpression Arguments OP
Expression [, rest]' pattern and rewrites it as 'f((args) OP expr)'
via the action.
Cost: +2 shift/reduce conflicts (12 vs baseline 10).
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54177