[Haskell-cafe] parser

Thomas Hartman thomas.hartman at db.com
Thu Dec 6 13:45:24 EST 2007


you need to write a parser.

Parser is a popular library on hackage that should do what you want. (I 
have never used it though.)

Or read

http://citeseer.ist.psu.edu/50754.html

and adopt the code from there to your purposes. 

I found this paper extremely helpful when I needed to build a parser.

t. 





Ryan Bloor <ryanbloor at hotmail.com> 
Sent by: haskell-cafe-bounces at haskell.org
12/06/2007 12:06 PM

To
<haskell-cafe at haskell.org>
cc

Subject
[Haskell-cafe] parser






hi
 
Can anyone advise me on how to check whether a string contains ints, 
chars, bools, etc.... 
 
"2345 + 6767" shoudl give IntAdd (2345) (6767)
"2345" should give IntT 2345
 
Ryan

Get closer to the jungle. I'm a Celebrity Get Me Out Of Here!
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



---

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20071206/5f18dee4/attachment.htm


More information about the Haskell-Cafe mailing list