Skip to main content

Module parser

Module parser 

Source
Expand description

Parser for the FD text format โ†’ SceneGraph.

Built on winnow 0.7 for efficient, streaming parsing. Handles: comments, style definitions, imports, node declarations (group, rect, ellipse, path, text), inline properties, animations, and top-level constraints.

Functionsยง

parse_document
Parse an FD document string into a SceneGraph.