summaryrefslogtreecommitdiff
path: root/docs/application/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-21 11:51:41 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-21 11:51:41 -0400
commit3a9cf2508dc7341a6d8ff4b8174064600d704994 (patch)
tree63c3196cec86824f237ac82d92aa43c56010e607 /docs/application/index.md
parent900445604bc38ef43d89f0c11f0cc61ce3cb0bce (diff)
update memory objs
Diffstat (limited to 'docs/application/index.md')
-rw-r--r--docs/application/index.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/docs/application/index.md b/docs/application/index.md
index b89d79f..a534225 100644
--- a/docs/application/index.md
+++ b/docs/application/index.md
@@ -36,17 +36,19 @@
### Module
-### String
-
-### REPL
-
-1. ##### Parse
-2. ##### Scan
-3. ##### Scope
-4. ##### Check
-5. ##### Eval
-6. ##### Ir
-7. ##### Jit
-8. ##### Exec
+### String/REPL
+
+## Life cycle
+
+1. ##### [Register](../lifecycle/register.md)
+2. ##### [Parse](../lifecycle/parse.md)
+3. ##### Scan
+4. ##### Scope
+5. ##### Check
+6. ##### Eval
+7. ##### Ir
+8. ##### Jit
+9. ##### Exec
+10. ##### Notify
## Shutdown