Closed pelotom closed 10 years ago
Added support for expressions involving object and array subscripting, e.g. foo.bar and arr[12].
foo.bar
arr[12]
Hmm, I see this change made the grammar ambiguous, but I don't really have time to sort it out. I'm going to go with the vanilla new Function(...) approach for now.
new Function(...)
Added support for expressions involving object and array subscripting, e.g.
foo.bar
andarr[12]
.