--- On Thu, 9/23/10, Mathieu Bouchard matju@artengine.ca wrote:
From: Mathieu Bouchard matju@artengine.ca Subject: Re: [PD] jMax Phoenix To: "Jonathan Wilkes" jancsika@yahoo.com Cc: pd-list@iem.at, gridflow-dev@artengine.ca Date: Thursday, September 23, 2010, 8:22 PM On Wed, 22 Sep 2010, Mathieu Bouchard wrote:
At this point, [#expr 1000-100-10-1] = 909, and I'm
trying to make it so that it's 889. It's because (1000-(100-(10-(1)))) = 909 and ((((1000)-100)-10)-1) = 889.
ok, it's fixed, [#expr 1000-100-10-1]
I have a parser for + - * / & | ^ with correct operator precedence and left-associativity, and support for float literals and 0x hex literals. (nothing else yet)
You can try it now if you compile the svn head of gridflow.
Hey, that's great! I'll try it out as soon as I get a chance.
-Jonathan
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC