Originally Posted By: NaquadaServ
As a fix, it would be nice if multiple variable support was disabled when no equal sign preceeds /var %var.

I retract this statement, mostly because I can't see why parsing with multiple variables (and no equals sign) would be any more difficult.

Code:
var %aa = $a(1, 3), %bb, %cc, %dd, %ee = 0, %ff = %aa
var %aa $a(1, 3), %bb, %cc, %dd, %ee 0, %ff %aa

The key first step would be to "tokenize" the commas that are outside of parentheses. The second step would be to toss away or ignore the equals sign (if someone used one). smile

Edit: Or as a second step, add an equals sign if missing and continue parsing normally. I like the other way better though. smile

Last edited by NaquadaServ; 26/05/07 04:07 PM.