[Cs-dev] One for the new parser
Date | 2012-02-05 21:57 |
From | Andres Cabrera |
Subject | [Cs-dev] One for the new parser |
Attachments | None None |
Hi, This line crashes the new parser: acarr table3 aphscarr + (amod*kmodindex) + (amod2 *kmodindex2, gisine, 1, 0, 1 Of course there's a parenthesis missing, but still it is crashing. I may not have the latest git version, so please ignore if it has been fixed. Which makes me think... The parser has been extensively tested for compatibility, but maybe it needs some more testing with wrong input? Cheers, Andrés
|
Date | 2012-02-05 22:05 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-05 22:13 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-05 22:58 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-05 23:09 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] One for the new parser |
So we need to wait for these fixes before freezing. Victor On 5 Feb 2012, at 22:58, Tito Latini wrote: > The bug is fixed without these rules in yacc > > | '(' expr error > | '(' error > > two possibilities: > 1) remove the rules > 2) rewrite the error action > > It's very simple but AFK from now. If tomorrow I won't see the fix, > I'll try to write a better error rule. > > tito > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-02-06 09:23 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-06 10:46 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None None |
Fantastic! Thanks Tito. Cheers, Andrés On Mon, Feb 6, 2012 at 9:23 AM, Tito Latini <tito.01beta@gmail.com> wrote: bug fixed, closed the parenthesis |
Date | 2012-02-06 10:58 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-06 11:10 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] One for the new parser |
Today is planned release day -- GIT was tagged yesterday and today i just bumbed frpm 5.16.0 to 5.16.1 because of the latest change. I will be preparing src files soon, followed by SuSE versions ==John ff > I have a fix for avoid segfault with unbalanced defmacro (soon) > > > ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-02-06 11:14 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |
Date | 2012-02-06 11:35 |
From | Tito Latini |
Subject | Re: [Cs-dev] One for the new parser |
Attachments | None |