Phase 6: Native Executables implementieren und Change archivieren
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user