Tom Copeland - 2004-07-09

Logged In: YES
user_id=5159

The odd thing is that something like:

this.y.toString

gets parsed into a series of PrimaryPrefix/Suffixes:

PrimaryExpression
PrimaryPrefix:this
PrimarySuffix:y
PrimarySuffix:toString

I have an elegant fix for this, but the margin is too small
to contain it...

Tom
PrimarySuffix