From 3a9cf2508dc7341a6d8ff4b8174064600d704994 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 21 Jun 2026 11:51:41 -0400 Subject: update memory objs --- docs/application/index.md | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'docs/application/index.md') 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 -- cgit v1.2.3