Home
Blog
Contact
About
Work
Home
Blog
Contact
About
Work
Work. Have a look around.
December 16, 2023
From Nand to Tetris: Compiler
Compiles Jack high level code to hack assembly language.
December 14, 2023
From Nand to Tetris: Syntax Analyzer
Analyzes Jack code and prints an XML tree of the tokenized code.
November 18, 2023
Building a Virtual Machine Translator: nand2Tetris
Translates hack VM Code into hack assembly.
February 21, 2022
Building an Assembler: nand2Tetris
An assembler built to fulfill a class assignment for the From Nand To Tetris course.
February 20, 2022
Tic Tac Toe
Have you heard of Tic Tac Toe before?