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

Build

To build from source, you’ll need the Rust compiler and the Cargo build tool. rustup makes it very easy to obtain these. Then, get the source:

git clone https://github.com/langston-barrett/treereduce
cd treereduce

Finally, build everything:

cargo build --release

You can find binaries in target/release. Run tests with cargo test.