From 50f0c72c5086f3a04eb0dc9c1100c3b9c79a35a7 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 30 Apr 2026 13:08:41 +0100 Subject: [PATCH] chore: add project --- content/projects/jack-compiler.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/projects/jack-compiler.md diff --git a/content/projects/jack-compiler.md b/content/projects/jack-compiler.md new file mode 100644 index 0000000..c58509e --- /dev/null +++ b/content/projects/jack-compiler.md @@ -0,0 +1,7 @@ +--- +title: 'Jack Compiler' +description: 'Compiler from The Jack language to The Hack platform (Nand2Tetris Part 2)' +source: 'https://github.com/hazemKrimi/jack-compiler' +demo: 'https://github.com/hazemKrimi/jack-compiler/releases/tag/v1.0.0' +date: 2026-04-30 +---