diagramming

What is a good tool for creating railroad diagrams? [closed]

老子叫甜甜 提交于 2019-11-28 04:24:44
I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs. Brian Campbell It looks like they wrote their own script for generating these, as a little embedded DSL in TCL. You might be able to re-purpose their script. edit : Yep, it's pretty easy to use, though it looks like it'll take a little tweaking to make the output prettier (for some reason, convert is failing to antialias this on my system; the postscript output looks nice). hello { line HELLO {or WORLD {line MY FRIEND {opt ANDREY}} } } edit 2 : Here's

Free or Open Source Diagramming Component for WinForms

不羁的心 提交于 2019-11-27 18:02:48
I need to be able to generate dependency diagrams programmatically. I'd like it to be able to generate a bunch of boxes with labels and connectors linking them, and ideally the component would position them automatically onto a design surface which could then be manually rearranged. I'm using WinForms and C# 2.0 (VS2005). EDIT: However, since it'll be an internal tool, I can probably use 3.5 SP1 and WPF if there any suggestions in that arena. Must be free or open source. Any recommendations? You might want to take a look at GraphViz which is being distributed under CPL (i.e. free of charge).

Free or Open Source Diagramming Component for WinForms

非 Y 不嫁゛ 提交于 2019-11-27 04:15:45
问题 I need to be able to generate dependency diagrams programmatically. I'd like it to be able to generate a bunch of boxes with labels and connectors linking them, and ideally the component would position them automatically onto a design surface which could then be manually rearranged. I'm using WinForms and C# 2.0 (VS2005). EDIT: However, since it'll be an internal tool, I can probably use 3.5 SP1 and WPF if there any suggestions in that arena. Must be free or open source. Any recommendations?

What is a good tool for creating railroad diagrams? [closed]

被刻印的时光 ゝ 提交于 2019-11-27 00:24:46
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I was very impressed by sqlite's syntax diagrams and was wondering if anyone could recommend software which would let me create similar graphs. 回答1: It looks like they wrote their own script for generating these, as a little embedded DSL in TCL. You might be able to re-purpose their script. edit : Yep, it's

Tool for generating railroad diagram used on json.org [closed]

两盒软妹~` 提交于 2019-11-26 07:53:20
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I love the syntax of railroad diagrams on json.org which are a graphical representation of the BNF language. I haven\'t found any tools that can produce results as eloquently. Can anyone identify the tool used to generate these diagrams? 回答1: There is an Online Railroad Diagram Generator. It creates SVG syntax