kitomer / pseudo2graphml

convert pseudocode in text to yEd graphml
GNU General Public License v3.0
1 stars 0 forks source link

The example doesn't produce the expected output #2

Open skanskan opened 3 years ago

skanskan commented 3 years ago

Hello.

I'm using your latest script on Windows 10, with Perl 5.32

 start
  do stuff
  if something happens
    do that
  else
    do other things
    even this
    if bad things happens
      finish error
    elsend
  end
  more to do
  finish success

But I get this:

alt text