Note
Contenuto in Italiano 🇮🇹
Questo progetto usa Zig 0.13
Per vedere in azione il codice mostrato durante il talk:
zig build testzig test src/syntax.zig
zig test src/comptime.zigE' possibile (compilare ed) eseguire tests in isolamento aggiungendo il parametro --test-filter=<test-pattern, esempio:
zig build test -- "defer"ooppure:
zig test syntax.zig --test-filter=deferzig build