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:
6
crates/tb-frontend/src/parser.rs
Normal file
6
crates/tb-frontend/src/parser.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
//! Parser: baut aus dem Tokenstrom den AST.
|
||||
//!
|
||||
//! Der Parser arbeitet zeilenorientiert (eine logische Zeile = eine oder mehrere
|
||||
//! Anweisungen), wie es das IDE-Vorbild mit seiner Zeile-für-Zeile-Prüfung tut.
|
||||
|
||||
// Platzhalter — wird in Phase 1 ausgearbeitet (siehe PLAN.md)
|
||||
Reference in New Issue
Block a user