文件名称:PyLox:用Python编写的Lox实现
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-07 06:38:01
Python
派洛克斯
用Python编写的Lox实现
用法
克隆库和cd进去
创建一个Lox程序:
var bestNumber = 73
print "the best number is: "
print bestNumber
下载PyLox软件包: python3 setup.py install
运行Lox程序: pylox
【文件预览】:
PyLox-master
----README.markdown(694B)
----LICENSE(34KB)
----pylox()
--------parser.py(2KB)
--------__main__.py(571B)
----setup.py(319B)
----tests()
--------setAndPrintVariables.lox(70B)
----.gitignore(41B)