diff options
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 |
