Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

You can install StaticScript in 3 different ways. You can either download it from eiipm: ewwii's own package manager, build it from source, or install it with cargo.

It is suggested to install with eiipm as it is the package manager of ewwii, but other options work perfectly fine as well.

Installing via eiipm

# install staticscript
eiipm install staticscript

# run staticscript compiler
stsc --help

Installing via cargo

# install staticscript
cargo install --git https://github.com/Ewwii-sh/staticscript/

# run staticscript cpmpiler
stsc --help

Compiling from source

# clone the repo with git
git clone https://github.com/Ewwii-sh/staticscript.git

# go into the staticscript directory
cd staticscript

# build from source
cargo build --release

# run staticscript compiler
./target/release/stsc --help