gauravmm / PyretIDE

CS0320 Term Project
2 stars 0 forks source link

Call graph does not recognize outer functions that are passed as args #51

Closed DilipA closed 10 years ago

DilipA commented 10 years ago

Ex: fun g(): some_list.map(f) end

-- No arrow in call graph indicating use of function f inside of function g