Projektrahmen: Cargo-Workspace, README und PLAN
Workspace mit sechs Crates (tb-frontend, tb-vm, tb-runtime, tb-ui, tb-cli, tb-ide) als Geruest fuer die Re-Implementierung des DOS-BASIC-Dialekts. Binaries: tbdos (IDE/TUI) und tbdosc (Standalone-Compiler). PLAN.md dokumentiert Phasen, Explorations- schritte und die Abwaegung der VM-/Runtime-Optionen (Entscheidung: eigene Bytecode-VM, TBVM). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
5
crates/tb-ui/src/events.rs
Normal file
5
crates/tb-ui/src/events.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
//! Ereignismodell: Abbildung von Terminal-Ereignissen (crossterm) auf die
|
||||
//! Ereignisse des Dialekts (Click, GotFocus, KeyPress, Load, Unload …)
|
||||
//! und die Ereigniswarteschlange für die VM-Hauptschleife.
|
||||
|
||||
// Platzhalter — wird in Phase 4 ausgearbeitet (siehe PLAN.md)
|
||||
Reference in New Issue
Block a user