Sebastian Fischer <[email protected]> wrote in article <[email protected]> in gmane.comp.lang.haskell.cafe: > I expect writing this function to be quite tedious (ignore commas in parens, > ignore parens in strings, quotation, ...) and would prefer to copy code from > some parsing library. Do you have an idea what I could use? Or how to solve > it from scratch in a few lines?
Maybe Text.Show.Pretty.parseValue in the pretty-show package can help? -- Edit this signature at http://www.digitas.harvard.edu/cgi-bin/ken/sig Insert wit here. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
