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
Wow, I couldn't even find DOT via google with "dot programming language."
What is it?
S
On Jan 23, 2007, at 4:15 PM, Elio Grieco wrote:
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
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Stephen F. Steiner Integrated Development Corporation ssteiner@integrateddevcorp.com www.integrateddevcorp.com (603)433-1232
Wow, I couldn't even find DOT via google with "dot programming language."
What is it?
It's the file name/format for graphviz graphs (http://www.graphviz.org/)
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.
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:
Wow, I couldn't even find DOT via google with "dot programming language."
What is it?
S
On Jan 23, 2007, at 4:15 PM, Elio Grieco wrote:
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
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Stephen F. Steiner Integrated Development Corporation ssteiner@integrateddevcorp.com www.integrateddevcorp.com (603)433-1232
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Hi,
Wow, I couldn't even find DOT via google with "dot programming language."
What is it?
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:
Hi,
Wow, I couldn't even find DOT via google with "dot programming language."
What is it?
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
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On Jan 26, 2007, at 5:33 PM, Brian Landau wrote:
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.
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