On Thu, 23 Sep 2010, Jonathan Wilkes wrote:
--- On Thu, 9/23/10, Mathieu Bouchard matju@artengine.ca wrote:
I have a parser for + - * / & | ^ with correct operator precedence and left-associativity, and support for float literals and 0x hex literals. (nothing else yet)
Hey, that's great! I'll try it out as soon as I get a chance.
I also have added << >> < > <= >= == != % && ||. The last three are different from the ones in [expr] because they are what [#] supports.
I also added unary + - ! ~.
I also added the semicolon (multiple outlets).
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC