zig0

my attempts at zig bootstrapping in C
Log | Files | Refs | README | LICENSE

commit f6ff26212f6aa8e391e292ab5b73fae1ac1e4edd (tree)
parent a13b698a7ddc33b477e6a6d722a3888cfc20b57d
Author: Motiejus Jakštys <motiejus.jakstys@chronosphere.io>
Date:   Tue,  1 Jul 2025 19:48:18 +0000

add some notes

Diffstat:
Azig-interp.txt | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/zig-interp.txt 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.