Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.51 KB

NandToTetris

Table of contents

This repository documents my learning and progress as I attempt to build a modern computer from NAND gates while reading The Elements of Computing Systems. Most of the chips are visualized in logic gates here.

Technologies

Roadmap

Project Status Language Used
Boolean Logic
Boolean Arithmetic
Memory
Machine Language
Computer Architecture
Assembler Scala
Virtual Machine I: Processing C++
Virtual Machine II: Control C++
High-Level Language
Compiler I: Syntax Analysis Elixir
Compiler II: Code generation C#(Antlr)
Operating System