From a863ed8ad44029491073dbf2e0add2a83a7694d7 Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 25 Jan 2026 15:31:18 +0100 Subject: [PATCH] Add java rewrite to Other implementations --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55226bf..4f8c678 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ Clay has also been implemented in other languages: - [`glay`](https://github.com/soypat/glay) - Go line-by-line rewrite with readability as main goal. - [`totallygamerjet/clay`](https://github.com/totallygamerjet/clay) - Port using `cxgo`, a C to Go transpiler. - [`goclay`](https://github.com/igadmg/goclay) - Go line-by-line rewrite closely matching the reference. +- [`clay4j`](https://github.com/Lauriichan/clay4j) - A Java rewrite covering most features. ### Debug Tools