Is anyone interested in a language grammar for the DOT language?
I have created a decent starting point and am looking for suggestions as to what is lacking so far.
Elio Grieco
It's the file name/format for graphviz graphs (http://www.graphviz.org/)
I'd be interested ... I could have sworn I've seen one before, though ... I could be mistaken, though.
-steve
I think he is refering to the DOT graph description language:
http://en.wikipedia.org/wiki/DOT_computer_language http://www.graphviz.org/Documentation.php
Greetings Florian
Lists In@IDC wrote:
Hi,
It's no programming language but a graph description language...check graphviz.org (I hope Elio is talking about the same DOT that I have in mind ;-) ). There's also a great free mac-only dot file visualizer available at http://www.pixelglow.com/graphviz/ . It's a really useful program.
HTH, Nico
Graphviz is a great program indeed, and it also has it's own bundle (http://macromates.com/svn/Bundles/trunk/Bundles/Graphviz.tmbundle). The bundle is basically just a language grammar for DOT. I don't think it's maintained (one of the official bundle Repo folks would have to answer that), but I think it should be what you're looking for Elio.
You should use SVN or the GetBundle bundle to "check it out."
-Brian
On 1/26/07, Nicolas Weber nicolasweber@gmx.de wrote:
On Jan 26, 2007, at 5:33 PM, Brian Landau wrote:
I guess that depends on your definition of "maintained" ;) Noone has done anything on the bundle since April 2005, but it does contain a syntax file. If anyone makes any improvements on this and reports them back to this list, then there is a good chance they will make it into the bundle by one of us maintainers.
Haris