Skip to content

Reference documentation for Rant 4

License

Notifications You must be signed in to change notification settings

rant-lang/reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rant Reference Documentation

Book

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:

cargo install mdbook

Then build the book with:

mdbook build

The built book will be created in a book directory in the project root.