pypethon:Python 3 中的玩具语言

时间:2024-07-16 05:37:11
【文件属性】:

文件名称:pypethon:Python 3 中的玩具语言

文件大小:11KB

文件格式:ZIP

更新时间:2024-07-16 05:37:11

Python

欢迎来到 Pypethon 这是 2015 讲座的存储库。 为了更温和地介绍本教程中的概念,您可能会喜欢首先 。 下面的自述文件包括一个快速入门教程。 有关文档,请参阅 。 $ python3 pypethon > > 11 # Pypethon has integers and comments. 11 > > = val 11 # Variables can hold values! > val 11 > > # And values can flow through pipes!! > val | times | 4 | minus | 3 | inc 42 > > # We can even hold a pipe in a variable. > | = minus6 minus | 6 > > # And run a value through it! >


【文件预览】:
pypethon-master
----src()
--------pypethon()
----LICENSE(1KB)
----README.md(865B)
----tutorial()
--------__init__.py(0B)
--------lexer.py(2KB)
--------parser.py(1KB)
--------README.md(371B)
--------generator.py(2KB)
--------repl.py(1KB)
----pypethon(689B)

网友评论