AST 抽象语法树

https://github.com/GZhonghui/taichi-mini


Python 提供了 ast 模块,解析 Python 代码很方便

import ast