Benny
09-02-2002, 04:49 AM
For a couple of uni assignments I've had to illustrates my programs (algorithms) with Flowcharts. I hate doing these with a passion, such a pain in the arse trying to create them. I know there are flowchating programs that are supposed to make the job easier by connecting the shapes and stuff, but I still despise doing them.
Hence this gave me an idea for a programming project. Basically I want to create a flowchart mark-up language.
So I can define a flowchart in words (pseudo-code) and then the program parses that and generates a nifty looking flowchart for me.
Due to the fact that whenever I have to write pseudo-code for my C programs, it ends up looking like a Python program, python seems like a good choice for this..?
Any thought, suggestions, ideas, warnings, interest in helping out?
Cheers.
Hence this gave me an idea for a programming project. Basically I want to create a flowchart mark-up language.
So I can define a flowchart in words (pseudo-code) and then the program parses that and generates a nifty looking flowchart for me.
Due to the fact that whenever I have to write pseudo-code for my C programs, it ends up looking like a Python program, python seems like a good choice for this..?
Any thought, suggestions, ideas, warnings, interest in helping out?
Cheers.