diff --git a/scrybe-mermaid-render/src/parser/flowchart.rs b/scrybe-mermaid-render/src/parser/flowchart.rs index b969de5..1c93ec8 100644 --- a/scrybe-mermaid-render/src/parser/flowchart.rs +++ b/scrybe-mermaid-render/src/parser/flowchart.rs @@ -6,26 +6,206 @@ //! Drake Phase 3: implement parsing of `graph TD|LR|BT|RL` source. //! //! ## Supported syntax (MVP) -//! - `graph TD | LR | BT | RL` / `flowchart TD | …` -//! - Node shapes: `A[text]` `A(text)` `A{text}` `A([text])` `A((text))` `A{{text}}` -//! - Node with quoted label: `A["My Label"]` -//! - Edges: `-->` `---` `-.->` `==>` `--text-->` -//! - Subgraph: `subgraph [