From 8b9a22907e80872af3a88b4f085f400ee3eed876 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 0000000000..2e41715c81 --- /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.