To handle %magic and !system of Ipython, we need a transformer first before pass it to Python ast.parse(), due different synt
%magic
!system
transformer
ast.parse()