docs: add language tour outline
This commit is contained in:
@@ -2,6 +2,25 @@
|
||||
|
||||
- [Introduction](./introduction.md)
|
||||
- [Getting Started](./getting-started.md)
|
||||
- [Language Tour](./language-tour.md)
|
||||
- [Comments](./language-tour/comments.md)
|
||||
- [String](./language-tour/string.md)
|
||||
- [Bool](./language-tour/bool.md)
|
||||
- [Int](./language-tour/int.md)
|
||||
- [Data](./language-tour/data.md)
|
||||
- [Variables](./language-tour/variables.md)
|
||||
- [Blocks](./language-tour/blocks.md)
|
||||
- [List](./language-tour/list.md)
|
||||
- [Tuple](./language-tour/tuple.md)
|
||||
- [Matching](./language-tour/matching.md)
|
||||
- [Functions](./language-tour/functions.md)
|
||||
- [Custom types](./language-tour/custom-types.md)
|
||||
- [Option](./language-tour/option.md)
|
||||
- [Assert](./language-tour/assert.md)
|
||||
- [Check](./language-tour/check.md)
|
||||
- [Todo](./language-tour/todo.md)
|
||||
- [Constants](./language-tour/constants.md)
|
||||
- [Type aliases](./language-tour/type-aliases.md)
|
||||
- [Untyped Plutus Core](./uplc.md)
|
||||
- [Syntax](./uplc/syntax.md)
|
||||
- [Command-line utilities](./uplc/cli.md)
|
||||
|
||||
7
book/src/language-tour.md
Normal file
7
book/src/language-tour.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Language Tour
|
||||
|
||||
In this section we explore the fundamentals of the
|
||||
Aiken language. We'll go over syntax, types, control flow,
|
||||
and more. If you have prior programming experience this should
|
||||
be enough to get you started with Aiken. We also at times touch on
|
||||
how things behave and are represented at runtime.
|
||||
1
book/src/language-tour/assert.md
Normal file
1
book/src/language-tour/assert.md
Normal file
@@ -0,0 +1 @@
|
||||
# Assert
|
||||
1
book/src/language-tour/blocks.md
Normal file
1
book/src/language-tour/blocks.md
Normal file
@@ -0,0 +1 @@
|
||||
# Blocks
|
||||
1
book/src/language-tour/bool.md
Normal file
1
book/src/language-tour/bool.md
Normal file
@@ -0,0 +1 @@
|
||||
# Bool
|
||||
1
book/src/language-tour/check.md
Normal file
1
book/src/language-tour/check.md
Normal file
@@ -0,0 +1 @@
|
||||
# Check
|
||||
1
book/src/language-tour/comments.md
Normal file
1
book/src/language-tour/comments.md
Normal file
@@ -0,0 +1 @@
|
||||
# Comments
|
||||
1
book/src/language-tour/constants.md
Normal file
1
book/src/language-tour/constants.md
Normal file
@@ -0,0 +1 @@
|
||||
# Constants
|
||||
1
book/src/language-tour/custom-types.md
Normal file
1
book/src/language-tour/custom-types.md
Normal file
@@ -0,0 +1 @@
|
||||
# Custom types
|
||||
1
book/src/language-tour/data.md
Normal file
1
book/src/language-tour/data.md
Normal file
@@ -0,0 +1 @@
|
||||
# Data
|
||||
1
book/src/language-tour/functions.md
Normal file
1
book/src/language-tour/functions.md
Normal file
@@ -0,0 +1 @@
|
||||
# Functions
|
||||
1
book/src/language-tour/int.md
Normal file
1
book/src/language-tour/int.md
Normal file
@@ -0,0 +1 @@
|
||||
# Int
|
||||
1
book/src/language-tour/list.md
Normal file
1
book/src/language-tour/list.md
Normal file
@@ -0,0 +1 @@
|
||||
# List
|
||||
1
book/src/language-tour/matching.md
Normal file
1
book/src/language-tour/matching.md
Normal file
@@ -0,0 +1 @@
|
||||
# Matching
|
||||
1
book/src/language-tour/option.md
Normal file
1
book/src/language-tour/option.md
Normal file
@@ -0,0 +1 @@
|
||||
# Option
|
||||
1
book/src/language-tour/string.md
Normal file
1
book/src/language-tour/string.md
Normal file
@@ -0,0 +1 @@
|
||||
# String
|
||||
1
book/src/language-tour/todo.md
Normal file
1
book/src/language-tour/todo.md
Normal file
@@ -0,0 +1 @@
|
||||
# Todo
|
||||
1
book/src/language-tour/tuple.md
Normal file
1
book/src/language-tour/tuple.md
Normal file
@@ -0,0 +1 @@
|
||||
# Tuple
|
||||
1
book/src/language-tour/type-aliases.md
Normal file
1
book/src/language-tour/type-aliases.md
Normal file
@@ -0,0 +1 @@
|
||||
# Type aliases
|
||||
1
book/src/language-tour/variables.md
Normal file
1
book/src/language-tour/variables.md
Normal file
@@ -0,0 +1 @@
|
||||
# Variables
|
||||
Reference in New Issue
Block a user