https://github.com/rant-lang/reference
Reference documentation for Rant 4
https://github.com/rant-lang/reference
documentation rant rant-lang rant4
Last synced: about 1 year ago
JSON representation
Reference documentation for Rant 4
- Host: GitHub
- URL: https://github.com/rant-lang/reference
- Owner: rant-lang
- License: mit
- Created: 2020-07-17T19:09:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T03:24:05.000Z (over 4 years ago)
- Last Synced: 2024-05-20T19:15:02.170Z (about 2 years ago)
- Topics: documentation, rant, rant-lang, rant4
- Language: CSS
- Homepage:
- Size: 11.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rant Reference Documentation
[](https://github.com/rant-lang/reference/actions/workflows/main.yml)
The home of the Rant 4 reference documentation.
Disclaimer: This document is a work-in-progress and is not normative.
## Building
Building the reference requires `mdbook`, which is installed via Cargo with:
```sh
cargo install mdbook
```
Then build the book with:
```sh
mdbook build
```
The built book will be created in a `book` directory in the project root.