parsing strings
Iavor Diatchki <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
hello, there seems to be a problem when parsing multi-line strings: in the first string there is no space after the \, while in the second there is. i tried this on linux, with the july version of hugs. > probelm = "hello \ > \world" > noproblem = "hello \ > \world" the error i get is: "Illegal character escape sequence "\w" bye iavor -- ================================================== | Iavor S. Diatchki, Ph.D. student | | Department of Computer Science and Engineering | | School of OGI at OHSU | | http://www.cse.ogi.edu/~diatchki | ==================================================