summaryrefslogtreecommitdiff
path: root/docs/application/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/application/index.md')
-rw-r--r--docs/application/index.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/application/index.md b/docs/application/index.md
index d99b941..40a03b8 100644
--- a/docs/application/index.md
+++ b/docs/application/index.md
@@ -2,13 +2,13 @@
---
-# Requirements
+## Requirements
* Linux X64 with io_uring (6+)
* GNU Make
* GCC with -std=gnu99 -fhardened (14+)
-# Sections
+## Sections
* ##### [Interface](./interface.md)
* ##### [Thread](./thread.md)
@@ -34,8 +34,8 @@
1. Configuration
2. Initialize tasks
-3. Initialize types
-4. Initialize allocators
+2. Initialize allocators
+4. Initialize types
5. Initialize IO
## Main
@@ -48,10 +48,10 @@
1. ##### [Register](../lifecycle/register.md)
2. ##### [Parse](../lifecycle/parse.md)
-3. ##### Scope
-4. ##### Import
-5. ##### Check
-6. ##### Eval
+3. ##### [Scope](../lifecycle/scope.md)
+4. ##### [Import](../lifecycle/import.md)
+5. ##### [Check](../lifecycle/check.md)
+6. ##### [Eval](../lifecycle/eval.md)
7. ##### Ir
8. ##### Jit
9. ##### Exec
@@ -60,6 +60,6 @@
## Shutdown
1. Clean up IO
-2. Clean up allocators
-3. Clean up types
+2. Clean up types
+3. Clean up allocators
4. Clean up tasks