aboutsummaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/reference/02_evaltime-and-runtime.md (renamed from docs/guide/evaltime-and-runtime.md)0
-rw-r--r--docs/reference/03-1_symbol-resolution.md (renamed from docs/guide/scopes.md)0
-rw-r--r--docs/reference/03-3_functions.md (renamed from docs/guide/functions.md)0
-rw-r--r--docs/reference/index.md26
4 files changed, 26 insertions, 0 deletions
diff --git a/docs/guide/evaltime-and-runtime.md b/docs/reference/02_evaltime-and-runtime.md
index e718cf3..e718cf3 100644
--- a/docs/guide/evaltime-and-runtime.md
+++ b/docs/reference/02_evaltime-and-runtime.md
diff --git a/docs/guide/scopes.md b/docs/reference/03-1_symbol-resolution.md
index 87568ef..87568ef 100644
--- a/docs/guide/scopes.md
+++ b/docs/reference/03-1_symbol-resolution.md
diff --git a/docs/guide/functions.md b/docs/reference/03-3_functions.md
index 917b8d4..917b8d4 100644
--- a/docs/guide/functions.md
+++ b/docs/reference/03-3_functions.md
diff --git a/docs/reference/index.md b/docs/reference/index.md
new file mode 100644
index 0000000..cfa8fdc
--- /dev/null
+++ b/docs/reference/index.md
@@ -0,0 +1,26 @@
+__This section is currently under construction.__
+
+This reference manual documents the `alv` langauge and its standard facilities
+in detail. If you are new to alive, the [getting started guide][guide] is the
+recommended place to start. If you are looking for information on adding your
+own module or contributing to alive, check out the
+[developer documentation](../internals/index.html).
+
+[guide]: (../guide/index.html)
+
+## contents
+
+1. syntax
+2. [evaltime and runtime](02_evaltime-and-runtime.html)
+3. evaltime
+ 1. [symbol resolution](03-1_symbol-resolution.html)
+ 2. if and switch
+ 3. [functions](03-3_functions.html)
+ 4. dynamic symbols
+ 5. loops
+ 6. modules and loading
+4. runtime
+ 1. result kinds
+ 2. pure operators
+5. [builtin listing](builtins.html)
+6. included modules