scijs / cwise-parser

Parser for cwise
MIT License
8 stars 6 forks source link

FIX: arguments being evaluated as a local variable #2

Open duralog opened 9 years ago

duralog commented 9 years ago

yep, I am surprised no one has ran into it before, but probably because of the this expression limitation. I just wanted to call a function pragmatically... it's a silly fix, I know

jaspervdg commented 9 years ago

Just to clarify, could you perhaps post a snippet of code that demonstrates the intended usage? In particular, given that the body supplied to cwise is not actually being called as a function, I have my doubts about the use of the proposed change.