summaryrefslogtreecommitdiff
path: root/docs/application/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-28 13:41:22 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-28 13:41:22 -0400
commitcf9285b1dbdf687630076149413f16e5d4af82e8 (patch)
tree7c10f7587cab9cd40c0d1b9e019cd4a2135e7193 /docs/application/index.md
parent254059e2ea2df0cd63cf75d836ac9ebe00a28302 (diff)
type body object definitions and garbage collection algoHEADmain
Diffstat (limited to 'docs/application/index.md')
-rw-r--r--docs/application/index.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/application/index.md b/docs/application/index.md
index 279ff6c..d99b941 100644
--- a/docs/application/index.md
+++ b/docs/application/index.md
@@ -32,6 +32,12 @@
## Startup
+1. Configuration
+2. Initialize tasks
+3. Initialize types
+4. Initialize allocators
+5. Initialize IO
+
## Main
### Module
@@ -42,7 +48,7 @@
1. ##### [Register](../lifecycle/register.md)
2. ##### [Parse](../lifecycle/parse.md)
-3. ##### Scan
+3. ##### Scope
4. ##### Import
5. ##### Check
6. ##### Eval
@@ -52,3 +58,8 @@
10. ##### Notify
## Shutdown
+
+1. Clean up IO
+2. Clean up allocators
+3. Clean up types
+4. Clean up tasks