fesch / Structorizer.Desktop

Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
https://structorizer.fisch.lu
GNU General Public License v3.0
65 stars 20 forks source link

Javascript export fails to transform nested array/record initializers recursively #1098

Closed codemanyak closed 1 year ago

codemanyak commented 1 year ago

The Javascript generator properly converts array initializers into list expressions and record initializers into map exprssions but fails to do so if they are nested more deeply: grafik

codemanyak commented 1 year ago

Problem fixed -> version 3.32-13 grafik