Phase 6: Native Executables implementieren und Change archivieren

This commit is contained in:
2026-09-07 14:16:32 +02:00
parent 993c3e7638
commit 60d37ec79d
28 changed files with 1951 additions and 215 deletions

View File

@@ -54,6 +54,8 @@ durchgängig UTF-8 statt Codepage 437 und keine Emulation von DOS-Hardware.
| `tb-runtime` | Laufzeitbibliothek: Strings, Mathematik, Datei-E/A, Datum/Zeit, Fehlercodes |
| `tb-ui` | Textbildschirm-Emulation und Forms-Engine auf Ratatui |
| `tb-cli` | `tbc`: Standalone-Compiler — wandelt Quellen und Projekte in binäre Ergebnisse um |
| `tb-runner` | Gemeinsame CLI-Laufsteuerung und native Runtime-Vorlage `tbrt` |
| `tb-export` | Geprüfte Vorlagen, native Nutzlast und sichere Ausgabeveröffentlichung |
| `tb-ide` | `tb`: die integrierte Entwicklungsumgebung (TUI) zum Erstellen von Programmen |
## Status
@@ -78,3 +80,6 @@ Umsetzungsstands.
## Lizenz
MIT — siehe [LICENSE](LICENSE).
Native Programme lassen sich mit `tbc build --exe` aus vorgebauten Runtime-Vorlagen
erzeugen. Aufrufe, Zielvoraussetzungen und Abnahme: [Native Executables](docs/native-executables.md).