diff options
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/application/index.md b/docs/application/index.md index d99b941..01287b1 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,18 +48,18 @@ 1. ##### [Register](../lifecycle/register.md) 2. ##### [Parse](../lifecycle/parse.md) -3. ##### Scope -4. ##### Import -5. ##### Check -6. ##### Eval -7. ##### Ir -8. ##### Jit -9. ##### Exec -10. ##### Notify +3. ##### [Scope](../lifecycle/scope.md) +4. ##### [Import](../lifecycle/import.md) +5. ##### [Check](../lifecycle/check.md) +6. ##### [Eval](../lifecycle/eval.md) +7. ##### [Ir](../lifecycle/ir.md) +8. ##### [Jit](../lifecycle/jit.md) +9. ##### [Exec](../lifecycle/exec.md) +10. ##### [Notify](../lifecycle/notify.md) ## 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 |
