Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.46 KB

Stack

Tests Docs

Stack is a dynamic, stack-based, concatenative programming language.

Roadmap

We have a public roadmap hosted on Trello.

Documentation

All of our documentation can be found in the docs directory or hosted via GitHub Pages.

Running with mdbook

To run the documentation locally, you can use mdbook. To install mdbook, you can use cargo:

cargo install mdbook

Then, to run the documentation, you can use the following command:

# Enter the docs directory
cd docs

# Run mdbook
mdbook serve --open

Licence

Except where noted, below and/or in individual files, all code in this repository is dual-licensed under, at your option, either:

Any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache 2.0 Licence, shall be dual-licensed as above, without any additional terms or conditions.