mirror of
https://github.com/blackboxprogramming/universal-computer.git
synced 2026-03-17 05:57:19 -05:00
docs: add research repository banner (#1)
🤖 Generated with Claude Code (https://claude.com/claude-code) Co-authored-by: Alexa Louise <YOUR_REAL_EMAIL@EXAMPLE.COM> Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
> ⚗️ **Research Repository**
|
||||
>
|
||||
> This is an experimental/research repository. Code here is exploratory and not production-ready.
|
||||
> For production systems, see [BlackRoad-OS](https://github.com/BlackRoad-OS).
|
||||
|
||||
---
|
||||
|
||||
# Universal Computer
|
||||
|
||||
This repository contains an implementation of a **universal Turing machine** in Python. A universal Turing machine is a theoretical device capable of simulating any other Turing machine. In other words, it can compute anything that is computable. The implementation here is simple and educational; it demonstrates the principles of universality and emulation in a compact form.
|
||||
|
||||
Reference in New Issue
Block a user