From 1f48ce72cee79f2b6e1c23dd727df2218701bb38 Mon Sep 17 00:00:00 2001 From: Evgenii Akentev Date: Sat, 1 Nov 2025 21:00:59 +0400 Subject: [PATCH] Little Computer 3 in Zig --- themes/theme/layouts/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/theme/layouts/index.html b/themes/theme/layouts/index.html index 70d5009..6096acd 100644 --- a/themes/theme/layouts/index.html +++ b/themes/theme/layouts/index.html @@ -34,6 +34,9 @@ projects - https://git.ツツツ.com/?p=punycode.zig.git Punycode library in Zig +- https://git.ツツツ.com/?p=lc3vm.zig.git + Little Computer 3 virtual machine in Zig + - https://git.ツツツ.com/?p=temple.lean4.git A rudimentary template engine written in Lean4 without fancy dependent types and useful operators yet. It can parse, build a tree, and substitute -- 2.51.0