diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-07 17:45:48 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-07 17:45:48 -0400 |
| commit | ceb874e83d44a2c3d7c7d167fc8853694538ae53 (patch) | |
| tree | 53bb07d0c52ad667e0a23cef0757817ca154aaa1 /docs/application/index.md | |
| parent | 7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 (diff) | |
type definitions with type_ptr
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
