mirror of https://git.sr.ht/~garritfra/sabre
8 changed files with 36 additions and 0 deletions
@ -1,3 +1,4 @@ |
|||
target/ |
|||
.vscode/ |
|||
examples_out/ |
|||
book/ |
@ -0,0 +1,6 @@ |
|||
[book] |
|||
authors = ["Garrit Franke"] |
|||
language = "en" |
|||
multilingual = false |
|||
src = "docs" |
|||
title = "The Sabre Programming Language" |
@ -0,0 +1,5 @@ |
|||
# Introduction |
|||
|
|||
- [Introduction](./introduction/SUMMARY.md) |
|||
- [Overview](./introduction/overview.md) |
|||
- [Installation](./introduction/installation.md) |
@ -0,0 +1 @@ |
|||
# Introduction |
@ -0,0 +1,15 @@ |
|||
# Installation |
|||
|
|||
## Git |
|||
|
|||
The fastest way to get up and running is to clone the [repository](https://git.sr.ht/~garritfra/sabre) and run the following command: |
|||
|
|||
```sh |
|||
cargo install --path . |
|||
``` |
|||
|
|||
> **Note:** An installation of the Rust programming language is needed to compile Sabre. |
|||
|
|||
## Cargo |
|||
|
|||
TODO |
@ -0,0 +1,4 @@ |
|||
# Overview |
|||
|
|||
Sabre is a bullshit-free (©) programming language that gets out of your way. |
|||
It is meant to "just work", without adding unnecessary and bloated language features. |
@ -0,0 +1,3 @@ |
|||
# Summary |
|||
|
|||
- [Chapter 1](./chapter_1.md) |
@ -0,0 +1 @@ |
|||
# Chapter 1 |
Loading…
Reference in new issue