用于目标语言Python2的Antlr解析器

时间:2018-02-24 14:12:21

标签: python python-2.7 antlr antlr4

有人可以将我链接到已经为python2制作的antlr解析器。 我需要在任何python程序中解析变量提取的python代码。

1 个答案:

答案 0 :(得分:-1)

查看python parserast模块here 它们可能很有用。