From 27ade5ab88d8f132e89fa35dd4e9116c78b7968e Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 6 Apr 2026 16:21:13 +0100 Subject: [PATCH] chore: rename the project back to vm translator --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e955684..e68c6c0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Jack Compiler +# Jack VM Translator -This is a compiler made as the an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the jack file does not have errors for now. +This is a VM translator made as the an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project07). It assumes that the jack file does not have errors for now.