From cf9285b1dbdf687630076149413f16e5d4af82e8 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 28 Jun 2026 13:41:22 -0400 Subject: type body object definitions and garbage collection algo --- docs/application/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'docs/application/index.md') 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 -- cgit v1.2.3