pivot

Crates.iopivot
lib.rspivot
version0.1.0
sourcesrc
created_at2020-12-11 05:05:26.88021
updated_at2020-12-11 05:05:26.88021
descriptionPivot is a new programming language built with Rust by Garen Tyler. Pivot is currently in the alpha stage of development.
homepage
repositoryhttps://github.com/garentyler/pivot
max_upload_size
id321746
size48,077
Garen Tyler (garentyler)

documentation

README

Pivot

Version

Pivot is a new programming language built with Rust by Garen Tyler. Pivot is currently in the alpha stage of development.


Development

  • Download the repo with git clone https://github.com/garentyler/pivot.
  • Make sure you have Rust, NodeJS, and NPM installed.
  • Run npm install to install the JavaScript dependencies.
  • Scripts:
    • npm run clean to delete dependencies and output files.
    • npm run build to build the project.
    • npm run run to run the example.
    • npm run test to run the tests.
Commit count: 55

cargo fmt