From 937404f1aa7e428eb0b9ff4e1bc8cbb61f73151e Mon Sep 17 00:00:00 2001 From: Christian Shinkle Date: Tue, 3 Jun 2025 07:02:12 -0500 Subject: [PATCH] added entry for c-shinkle --- content/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/_index.md b/content/_index.md index 9886d5f..5487d15 100644 --- a/content/_index.md +++ b/content/_index.md @@ -680,4 +680,9 @@ MonkeyLang Interpreter in go. Lots & lots of additional builtins, with system ad It supports importing, bitwise operators, many of the usual string and array operations, floats, sockets & much more The wiki can be found here: Mwnci Homepage {{< /monkey-implementation >}} + +{{< monkey-implementation "c-shinkle" "monkey-lang-interpreter" "Zig">}} +A Monkey Lang interpreter implemented with Zig instead of Go. New enhancements include support for linking GNU's readline library. +{{< /monkey-implementation >}} +