diff options
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 26 |
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 |
