文件名称:RedPython:使用JavaScript,WIP将Python编译为C
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-11 17:24:23
JavaScript
RedPython的 使用JavaScript将Python编译为C。 安装 通过Node上的npm: npm install redpython 用法 程序中的参考: var redpython = require ( 'redpython' ) ; [待定] 从命令行: [待定] 发展 git clone git://github.com/ajlopez/RedPython.git cd RedPython npm install npm test 样品 待定 执照 麻省理工学院 参考 贡献 随时并提交-欢迎捐款 如果您提交拉取请求,请确保添加或更新相应的测试用例,并确保npm test继续通过。
【文件预览】:
RedPython-master
----package.json(571B)
----test()
--------visitor.js(5KB)
--------compile.js(3KB)
--------parser.js(6KB)
--------lexer.js(6KB)
----LICENSE(1KB)
----.npmignore(10B)
----samples()
--------simple()
----.gitignore(14B)
----lib()
--------redpython.js(3KB)
--------parser.js(13KB)
--------lexer.js(4KB)
----README.md(1KB)