From a279cce3a247748a8bfaaebfe40836250245a98a Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:29:53 -0400 Subject: [PATCH] change interpreter project to hachi-bitto --- page.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/page.go b/page.go index 8c50e74..a78d7ee 100644 --- a/page.go +++ b/page.go @@ -75,10 +75,10 @@ func renderPage(c echo.Context) error { }, }, { - Name: "Interpreter In Go", + Name: "Hachi-Bitto", URL: "", - Description: "Custom programming language interpreter written with Go following the book \"Writing an Interpreter In Go\" By Thorsten Ball", - Repo: "https://github.com/juancwu/interpretor-in-go", + Description: "A general proramming language created just to satify YAPL, which stands for \"yet another programming language\".", + Repo: "https://github.com/juancwu/hachi-bitto", Classes: "border-emerald-500", TechList: []Tech{ {