Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Structorizer.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH Structorizer 1 "10 October 2024" "version 3.32-23" "User's Manual"
.TH Structorizer 1 "03 September 2025" "version 3.32-32" "User's Manual"
.SH NAME
Structorizer \- Editor for Nassi-Shneiderman diagrams (NSD)
and tool for algorithm design and analysis based on them.
Expand Down Expand Up @@ -29,7 +29,7 @@ and tool for algorithm design and analysis based on them.
.SH DESCRIPTION
\fBStructorizer\fP can be used as a powerful and easy-to-use interactive
graphical editor for Nassi-Shneiderman diagrams or as a command-line tool
to convert files between the XML-based diagram format and program source code
to convert files between the XML-based diagram files and program source code
or to picture files.
.br
With no argument, just an \fB\-s\fP option, and/or a sequence of \fIinput\-file\fP
Expand All @@ -46,16 +46,16 @@ Used as a command-line tool, \fBStructorizer\fP either converts saved NSD files
(or ARR or ARRZ files, respectively) to program source in one of several available
programming languages (option \fB\-x\fP or, equivalently, \fB\-\-export\fP) or,
conversely, generates NSD or ARRZ files by parsing source code (option \fB\-p\fP
or, equivalently \fB\-\-parse\fP, by now only from Pascal, C, Java, Processing, or
or, equivalently, \fB\-\-parse\fP, by now only from Pascal, C, Java, Processing, or
COBOL sources) in batch mode. In addition, a set of NSD, ARR, and ARRZ files (or
subsets of the latter ones) may be drawn into picture files of several formats in
batch mode (option \fB\-i\fP or, equivalently, \fB\-\-image\fP).
.br
By default, the resulting file will have the same name as the (first or respective)
input file name but with a different extension (NSD files will have extension .nsd,
Pascal source files extension .p etc.). With option \fB\-o\fP a different output file
or folder name may be specified. By option \fB\-\fP the translation result may be
directed to the standard output instead.
Pascal source files extension .pas etc.). With option \fB\-o\fP a different output
file or folder name may be specified. By option \fB\-\fP the translation result may
be directed to the standard output instead.
.br
For the conversions the parser preferences configurable in the interactive mode of
\fBStructorizer\fP are relevant, whereas other preferences, particularly the export
Expand All @@ -72,14 +72,14 @@ output file (if \fB-o\fP is also used then the code will be written both to stan
output and to the specified output file). (For export mode.)
.TP
.BI \-\-export " generator"
Same as \-x " generator"
Same as \-x \fIgenerator\fP
This option must be the first argument.
.TP
.BI \-\-image " format"
Same as \-i " format"
Same as \-i \fIformat\fP
This option must be the first argument.
.TP
.BI \-\-parse [ \fIparser\fP ]
\fB\-\-parse\fP [ \fIparser\fP ]
Same as \-p [ \fIparser\fP ]
This option must be the first argument.
.TP
Expand Down Expand Up @@ -109,7 +109,7 @@ Specifies \fBH\fPelp mode: Gives a short help and lists the names of supported
generators and parsers (must be the first and only option in order to work).
.TP
.BI \-i " format"
Specifies e\fBi\fPmage export mode: Generate picture files of the given format
Specifies \fBi\fPmage export mode: Generate picture files of the given format
from the specified NSD or arrangement files.
This option must be the first argument.
.TP 10
Expand Down Expand Up @@ -172,7 +172,7 @@ Read \fBs\fPettings from the specified property (ini) file. (For interactive,
export, or parsing mode.)
.TP
.B \-t
Export instructions as they are written, i.e., nearly without \fBt\fPranslation/interpretation.
Export instructions and expressions as they are written, i.e., nearly without \fBt\fPranslation/interpretation.
(For export mode only.)
.TP
\fB\-v\fP [ \fIlogdir\fP ]
Expand Down
4 changes: 2 additions & 2 deletions buildapp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
name="Structorizer"
displayname="Structorizer"
identifier="lu.fisch.Structorizer"
shortversion="3.32-31"
version="3.32-31"
shortversion="3.32-32"
version="3.32-32"
icon="icons/Structorizer.icns"
mainclassname="Structorizer"
copyright="Bob Fisch"
Expand Down
Loading