pytov_old:Python但tov(好) 源码
pytov Python但tov(不错)。 特征 大括号(不是必须的) 没有识别错误(如果使用花括号) func或function而不是def 长短注释( /**/ , // ) 短布尔运算符( and - && or - || , not - ! ) 也支持小写的真假 切换语句 编译成python 要求 Python3 如何使用 首先,运行$ pip install pytov ,然后运行文件,只需在命令行$ pytov path_to_file 。 如果您还想保存编译后的python文件,请使用( $ pytov path_to_file -py )。 句法 if ( 1 && 1 ){ print ( " i dont care about indentation " ); if ( 1 == 1 ){ print ( " ex
文件列表
pytov_old-master.zip
(预估有个12文件)
pytov_old-master
setup.py
755B
.gitignore
62B
CODE_OF_CONDUCT.md
3KB
LICENSE.txt
1KB
README.md
3KB
pytov
__init__.py
52B
pytov.py
10KB
examples
暂无评论