diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
| commit | cf9285b1dbdf687630076149413f16e5d4af82e8 (patch) | |
| tree | 7c10f7587cab9cd40c0d1b9e019cd4a2135e7193 /docs/application/index.md | |
| parent | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (diff) | |
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 13 |
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 |
