Structorizer.Desktop
Structorizer.Desktop copied to clipboard
Structorizer is a little tool which you can use to create Nassi-Schneiderman Diagrams (NSD).
By now (i.e. upto version 3.32-11 at least) a record initializer expression like the one in the cyan element of diagram DateTests563 in the below arrangement would be exported to...
Though structured typedefs found in headers for used type names make a C source file pass the C99 parser (with bugfix #1085 integrated), they don't induce a type declaration in...
I am trying to compile structorizer on linux. I've tried with both jdk 19 and jdk 11. I just `cd`ed into the structorizer directory and ran `ant`. It failed due...
Issue #872 led to the introduction of a mere ***display*** switch (via menu toggle item and a toggle button in the toolbar). This was sound, easy to implement and free...
Structorizer tolerates (or accepts) certain kinds of type declaration in e. g. assignment instructions but doesn't actually make much use of them. Some code generators even try to transform detected...
We currently have only one framing item, the program/sub. Adding the option to create a framing item (which can include any other elements) would be nice for "grouping" logical parts...
[GraalVM Native Image](https://www.graalvm.org/reference-manual/native-image) would solve the following issues: * drop the need to install a (specific) version of the Java Runtime Environment * should provide a speedup that is mostly...
Hello! How about Octave (Matlab) support for Structorizer? I do design work in Octave (open source Matlab equivalent, website grabs below). The language has similarities with C, though it is...
Joachim Laugwitz asked for an import of the programming language [Haxe](https://haxe.org/). (Background explanation: For the visualisation of architecture models, Blender3D and Armory3d may be used. In order to equip modelled...
Someone mailed to ask if we could provide an MSI installer, which would allow an easy deployment in larger Windows environments. Searching the net, I found the WiX Toolset, which...