Re: [Csnd-dev] Line continuation issue
Dave Seidel <[email protected]>
| Newsgroups | gmane.comp.audio.csound.devel |
|---|---|
| Message-ID | <CAMnrweDEohMzUezfWo-SN+xzhSTWRqGfYk5BqX0qe_T6uftrtw@mail.gmail.com> |
OK, cool. This is the only parser issue I've seen. When I add the continuation char (three places in my code), it runs. On Tue, Jun 11, 2024 at 11:53 AM vlz <[email protected]> wrote: > 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? >