From 1d5f5dd3cd5cc07352379fe33930770e3d203f3a Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 4 Jun 2026 17:22:25 -0400 Subject: use await and more application definitions --- docs/application/index.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'docs/application/index.md') diff --git a/docs/application/index.md b/docs/application/index.md index e7e719f..7d97cda 100644 --- a/docs/application/index.md +++ b/docs/application/index.md @@ -6,7 +6,7 @@ * Linux X64 * GNU Make -* GCC with -std=gnu99 -fhardened +* GCC with -std=gnu99 -fhardened (14+) # Sections @@ -14,6 +14,10 @@ * ##### [Type](./type.md) * ##### [Pool](./pool.md) * ##### [Thread](./thread.md) +* ##### [Tuple](./tuple.md) +* ##### [Buffer](./buffer.md) +* ##### [Map](./map.md) +* ##### [Queue](./queue.md) * ##### [Namespace](./namespace.md) * ##### [Testing](./testing.md) @@ -21,22 +25,20 @@ ## Startup -```c -void kpl_init(void); -``` - ## Main -```c -void kpl_main(int argc, char *argv[]); -``` +### File -## File +### String/REPL -## REPL +## Evaluation -## Shutdown +1. ##### Scan +2. ##### Parse +3. ##### Scope +4. ##### Check +5. ##### Eval +6. ##### Jit +7. ##### Exec -```c -void kpl_free(void) -``` +## Shutdown -- cgit v1.2.3