diff --git a/content/projects/jack-compiler.md b/content/projects/jack-compiler.md new file mode 100644 index 0000000..1903d27 --- /dev/null +++ b/content/projects/jack-compiler.md @@ -0,0 +1,6 @@ +--- +title: 'Jack Compiler (On Hold)' +description: 'Compiler from The Jack language code to The Hack language assembly code as part of the Nand to Tetris course' +source: 'https://github.com/hazemKrimi/jack-compiler' +date: 2024-05-05 +--- diff --git a/content/projects/jack-vm-translator.md b/content/projects/jack-vm-translator.md deleted file mode 100644 index 4b25c9d..0000000 --- a/content/projects/jack-vm-translator.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: 'Jack VM Translator (Archived)' -description: 'VM Translator from The Jack language VM code to The Hack language assembly code as part of the Nand to Tetris course' -source: 'https://github.com/hazemKrimi/jack-vm-translator' -date: 2024-05-05 ----