From ceb874e83d44a2c3d7c7d167fc8853694538ae53 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 7 Jun 2026 17:45:48 -0400 Subject: type definitions with type_ptr --- docs/application/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/application/index.md') diff --git a/docs/application/index.md b/docs/application/index.md index 2717005..49fd22d 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -32,14 +32,13 @@ ### String/REPL -## Evaluation - 1. ##### Scan 2. ##### Parse 3. ##### Scope 4. ##### Check 5. ##### Eval -6. ##### Jit -7. ##### Exec +6. ##### Ir +7. ##### Jit +8. ##### Exec ## Shutdown -- cgit v1.2.3