[Issue 15163] Parser bug on double function call

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Oct 11 01:58:16 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=15163

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0047b4130cf368c077deb1a9997e404bb6b0416d
fix Issue 15163 - Parser bug on double function call

Add `allowAltSyntax` parameter to `isDeclarator`, and disable it from
`parseStatement`.

https://github.com/D-Programming-Language/dmd/commit/d2c607f2105912d27a63b04e4d7e618665937d61
Merge pull request #5165 from 9rnsr/fix15163

Issue 15163 - Parser bug on double function call

--


More information about the Digitalmars-d-bugs mailing list