wu
π A practical game and data language
File Explorer
Download Latest Version (.zip)- ci.yml
- FUNDING.yml
- index.md
- init.wu
- other.wu
- importer.wu
- lover.wu
- traits.wu
- compound_ops.wu
- example.wu
- extern_implement.wu
- for.lua
- for.wu
- optionals.wu
- screenshot.wu
- splats.wu
- splats2.wu
- stress_stest.wu
- struct.wu
- switch.wu
- tuples.wu
- wulibs_test.wu
- compiler.rs
- mod.rs
- handler.rs
- mod.rs
- lexer.rs
- matcher.rs
- mod.rs
- token.rs
- tokenizer.rs
- ast.rs
- mod.rs
- parser.rs
- mod.rs
- symtab.rs
- visitor.rs
- error.rs
- mod.rs
- source.rs
- main.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- LICENSE
- mkdocs.yml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/wu-lang/wu
Downloads the entire project code from GitHub to your computer.
cd wu
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
