From cbd703c4c8b9927703dbfa9b2eae43d843ea3f94 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 30 Apr 2026 13:00:33 +0100 Subject: [PATCH] chore: update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf318b..cb742a7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Jack Compiler -Compiler from The Jack language to The Hack platform (Nand2Tetris Part 2) +This is a compiler made as an assignment for the [Nand To Tetris Course: Part 2](https://nand2tetris.org/project10). ## Requirements @@ -31,3 +31,7 @@ go build -o out ``` You will find the executable in the `out` directory. + +## Testing + +You can download Jack files to test the compiler against from the [Nand To Tetris website](https://www.nand2tetris.org/software).