I'll take a look. I found the full grammar here: http://www.graphviz.org/doc/info/lang.html
Unfortunately I have very little free time (most of the work was done during vacation), but it shouldn't be too difficult to implement. On Monday, May 26, 2014 4:35:52 PM UTC-4, Miles Gould wrote: > > Nice indeed! We'd also welcome a parser for the dot format in Graphs.jl :-) > > https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29 > > Miles > > On Monday, 26 May 2014 08:41:26 UTC+1, harven wrote: >> >> Nice! >> >> If you are interested by testing your library on a concrete problem, you >> may want to parse comma separated value (csv) files. The bnf is in the >> specification RFC4180. http://tools.ietf.org/html/rfc4180 >> >> AFAIK, the readcsv function provided in Base does not handle quotations >> well whereas the csv parser in DataFrames is slow, so that julia does not >> have yet a native efficient way to parse csv files. >> >
