Download
Git clone (recommended)
Step 1: Make sure to have git
and rust
installed
git --version
cargo --version
NOTE: To install Rust
with Cargo
:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Step 2: Git clone the Crabby repository
git clone https://github.com/crabby-lang/crabby.git
Step 3: Build it
cargo build
Step 4: Test and Run it
cargo run ./examples/example.crab
System Requirements
- Windows 10 (64-bit) or later
- 2-4 GB RAM or more
- 100MB Disk Space or more
Additional Notes
- An internet connection is required for initial download and potential updates
- Crabby works only in the Rust nightly version
- This page might changed for the upcoming updates