5f5473e1
by Francis De Brabandere at 2026-04-08T22:41:57+02:00
vbscript: Support chained call syntax like dict.Keys()(i).
Treat '(' after tEMPTYBRACKETS as an argument list opener in the
lexer, so that expressions like GetArr()(0) or dict.Keys()(i) parse
correctly. Also dereference VT_BYREF|VT_VARIANT results in vcall so
chained indexing on call results works at runtime.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58051