From f6ff26212f6aa8e391e292ab5b73fae1ac1e4edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 1 Jul 2025 19:48:18 +0000 Subject: [PATCH] add some notes --- zig-interp.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 zig-interp.txt diff --git a/zig-interp.txt b/zig-interp.txt new file mode 100644 index 0000000..2e41715 --- /dev/null +++ b/zig-interp.txt @@ -0,0 +1,5 @@ +1. implement @panic, write a test that does it. +2. local variables. +3. control flow. +4. functions. +5. imports until one can import stdlib.