- Aug
- 2,134
- 92
I was looking for a simple flow charting program, and came across Flowgorithm.
Not only is it a simple flow charting program, it can generate source code for many languages.
I will use this flow chart I created as an example;
I then click on Tools -> Source Code Viewer, and I am presented with, in this case, the LUA code that was generated from the flowchart.
I can now save the source code, and run it from TCC;
Flowgorithm comes with code generators for a few languages;
Note also the Open...
From the website;
Thus, a Program Template could be created, so that TCC .BTM source code would be generated from the flow chart.
Posting this here mainly for my future reference, but passing it on in the event that others may find it useful.
Joe
Not only is it a simple flow charting program, it can generate source code for many languages.
I will use this flow chart I created as an example;
I then click on Tools -> Source Code Viewer, and I am presented with, in this case, the LUA code that was generated from the flowchart.
I can now save the source code, and run it from TCC;
Code:
e:\utils>which lua
lua is an internal command
e:\utils>lua flow.lua
2020
2.99186
Flowgorithm comes with code generators for a few languages;
Note also the Open...
From the website;
If your programming language and/or pseudocode is not listed, Flowgorithm supports customizable program templates. These are simple text files that can be written with any text editor. Once loaded, your flowchart can be automatically converted to the target syntax.
Thus, a Program Template could be created, so that TCC .BTM source code would be generated from the flow chart.
Posting this here mainly for my future reference, but passing it on in the event that others may find it useful.
Joe
Last edited by a moderator: