文件名称:N-lang:N建筑物使用的通用类型的强类型编程语言
文件大小:166KB
文件格式:ZIP
更新时间:2024-04-20 12:19:26
language programming-language lark nearley Python
ñ N Building提供的一种编程语言,具有模块化导入等功能。 安装N 壳牌(Mac, Linux ): curl -fsSL https://github.com/nbuilding/N-lang/raw/main/install.sh | sh PowerShell(Windows): iwr https: // github.com / nbuilding / N - lang / raw / main / install.ps1 - useb | iex 安装特定版本 壳牌(Mac, Linux ): curl -fsSL https://github.com/nbuilding/N-lang/raw/main/install.sh | sh -s v1.0.0 PowerShell(Windows): $v = " 1.0.0 " ; iwr https: /
【文件预览】:
N-lang-main
----quirks.md(1KB)
----.gitattributes(231B)
----.github()
--------workflows()
----icons()
--------n.ico(98KB)
--------n.icns(35KB)
----install.sh(1KB)
----js()
--------src()
--------tsconfig.json(55B)
--------README.md(383B)
--------.gitignore(113B)
--------package-lock.json(4KB)
--------package.json(873B)
----examples()
--------day-01.n(2KB)
--------fizzbuzz.n(209B)
--------test.js(956B)
--------test.n(63B)
----web()
--------webpack.config.js(1KB)
--------src()
--------scripts()
--------tsconfig.json(76B)
--------README.md(533B)
--------.gitignore(70B)
--------package-lock.json(207KB)
--------package.json(1KB)
--------static()
----LICENSE(1KB)
----README.md(2KB)
----install.ps1(1KB)
----tests()
--------syntax()
----.gitignore(2KB)
----python()
--------variable.py(386B)
--------libraries()
--------type.py(9KB)
--------syntax_error.py(1KB)
--------type_check_error.py(4KB)
--------native_types.py(1KB)
--------runner.n(235B)
--------file.py(2KB)
--------requirements.txt(400B)
--------scope.py(76KB)
--------parse_test.py(1KB)
--------run.n(58B)
--------display.py(6KB)
--------native_functions.py(8KB)
--------native_function.py(1KB)
--------modules.py(432B)
--------classes.py(1KB)
--------README.md(1KB)
--------function.py(2KB)
--------imported_error.py(416B)
--------syntax.lark(6KB)
--------enums.py(1KB)
--------ncmd.py(2KB)
--------parse.py(418B)
--------n.py(3KB)
--------operation_types.py(1KB)
----PROJECTS.md(117B)