Pivot
版本
Pivot 是由 Garen Tyler 使用 Rust 开发的新编程语言。Pivot 目前处于 alpha 开发阶段。
开发
- 使用
git clone https://github.com/garentyler/pivot
下载仓库。
- 确保您已安装 Rust,NodeJS 和 NPM。
- 运行
npm install
安装 JavaScript 依赖。
- 脚本
npm run clean
删除依赖和输出文件。
npm run build
构建项目。
npm run run
运行示例。
npm run test
运行测试。