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.