Carl Friedrich Bolz wrote: > Just looking at the grammar made me note the following problem: [snip]
hm, now that I found this problem, which grammar are you using exactly? The one at http://www.mozilla.org/js/language/js20/formal/parser-grammar.html gives the rules for addition correctly: AdditiveExpression ==> MultiplicativeExpression | AdditiveExpression + MultiplicativeExpression | AdditiveExpression - MultiplicativeExpression or did you just rewrite it incorrectly? Cheers, Carl Friedrich _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
