tiny py interpreter:用Python编写的Python解释器。 使用ANTLR4。 :snake: 源码
TinyPy口译员 关于 TinyPy是我作为课程编写的Python小子集的解释器。 安装 该项目使用ANTLR4作为解析器生成器。 要运行解释器,您将需要安装ANTLR4 Python3运行时和ANTLR本身。 请注意,4.5.2运行时存在。 在撰写本文时,pypi具有较旧的版本,因此建议手动安装ANTLR4运行时。 分步说明: 安装 安装ANTLR4 Python3运行时: git clone https://github.com/antlr/antlr4 cd antlr4/runtime/Python3 python3 setup.py install 也可以使用pip
文件列表
tiny-py-interpreter:用Python编写的Python解释器。 使用ANTLR4。 :snake:
(预估有个111文件)
run_tests.py
4KB
Memory.py
2KB
tinypyapp.py
5KB
expr.py
8KB
stmt.py
13KB
ExprVisitor.py
9KB
Builder.py
1KB
StmtVisitor.py
5KB
ast.py
1KB
TinyPy.g4
7KB
暂无评论