10922b38
by Francis De Brabandere at 2026-04-09T22:29:47+02:00
vbscript: Return error 1005 for missing opening parenthesis in Sub/Function.
When a Sub or Function declaration has a closing parenthesis without a
matching opening one (e.g. "Sub x)"), Windows returns error 1005
("expected '('"). Add error productions in FunctionDecl that detect
this and set the correct VBSE_EXPECTED_LPAREN error code.