Hello Zig community!<p>I’ve created jsmn_zig - a Zig port of the minimal JSMN JSON parser with significant improvements:<p>Key Features:<p>Hybrid memory: stack for small JSON, heap for large (auto-switch)<p>Compact tokens: 4 bytes vs 20+ in standard tokens (80% memory savings)
Zero-copy streaming wi...
Stories by potom
I made a terminal game called Digital Virus. It's a logic puzzle where you predict how a 4-digit code mutates after each wrong guess. Starts simple but gets tricky with combo rules at higher levels.
Wrote it in C to feel like those old 90s games. No graphics, just numbers and logic. Source is o...