Files
zemion 57dd710275
Verify / verify (push) Canceled after 0s
Release Flow Tools 0.2.0
2026-09-02 08:10:52 +02:00

13 lines
691 B
Markdown

# Architecture
The bounded parser accepts pasted or local JSON, CSV, NDJSON and inert XML and
produces JSON values. The interpreter copies rows stage-by-stage and accepts a
fixed discriminated grammar, including deduplication, bounded slicing and array
explosion. It records output, loss notes and dataset statistics after each run.
Analysis and simulation run in a disposable module worker. Progress messages
are revision-checked, cancellation terminates the worker, and React retains the
last successful snapshots. Recipe imports are size-bounded and validate every
field before execution. Result JSON/CSV, recipe JSON and the escaped pipeline
SVG are generated entirely in the browser.