Citation:
Our strings aren't quite R5RS compliant, because they don't support escaping of internal quotes within the string. Change parseString so that \" gives a literal quote character instead of terminating the string. You may want to replace noneOf "\"" with a new parser action that accepts either a non-quote character or a backslash followed by a quote mark.
Sans me donner la réponse toute cuite dans le bec, est-ce que la solution peut être réalisée avec ce qui a été vu précédemment? J'ai pas vraiment le goût de me tapper la documentation de Parsec au complet pour résoudre un petit problème.