Is there a standard way of parsing a .jl file and getting the AST? 
Autoreload.jl uses

parse(string("begin\n", open(filename) do f; readstring(f) end, "\n end"))

but it's not the cleanest, and seems to punt on some files.

Cédric

Reply via email to