Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 657 Bytes

status.md

File metadata and controls

24 lines (21 loc) · 657 Bytes

Status of the Project

The status of the project. Feel free to contribute.

Small components:

  • A numeric register with read and write for state
  • A viable tape format
    • A binary data storage
    • A way to read
      • A working head
        • A method to read
        • Move left codon
        • Move right codon
      • A signal reciever contructor
      • A read signal
      • A read codon
      • An echo discriminator
    • A way to write
  • Viable lookup tables

Large components

  • All small components
  • A way to make all components fit together
  • The final Turing Machine!