0
votes
1answer
65 views
Good APIs for scope analyzers
I'm working on some code generation tools, and a lot of complexity comes from doing scope analysis.
I frequently find myself wanting to know things like
What are the free variables of a function or …
