i think that instead of using `ast` that doing som...
# development
a
i think that instead of using
ast
that doing something like we do with BUILD file parsing and using
exec(python_source, symbol_table)
is likely to be easier and more extensible (and means people can use their intuition about python syntax)