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.
>

Reply via email to