Re: [Csnd-dev] Line continuation issue
vlz <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <[email protected]> |
yes, there is a ticket open on that exact issue, #1886 As I said there are a few minor parser issues, and it's good time to figure out if there are others. Prof. Victor Lazzarini Maynooth University Ireland > On 11 Jun 2024, at 16:48, Dave Seidel <[email protected]> wrote: > > > Using develop, this code fails unless I add '\' after each line in the expression: > > aout = (adiff * $CTL_COMBOS_DIFF1) + > (adiff2 * $CTL_COMBOS_DIFF2) + > (adiff3 * $CTL_COMBOS_DIFF3) + > (asum * $CTL_COMBOS_SUM1) + > (asum2 * $CTL_COMBOS_SUM2) + > (aprod * $CTL_COMBOS_PROD) > > This seems like a regression to me. Is this a known parser issue, or should I make a new ticket?