[Git][wine/wine][master] vbscript: Fix Sub first argument parentheses handling.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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 - - - - - 2 changed files: - dlls/vbscript/parser.y - dlls/vbscript/tests/lang.vbs View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5e64abec5b7cce1f717e5356b391718... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/5e64abec5b7cce1f717e5356b391718... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)