
28 May
2009
28 May
'09
6:35 p.m.
Hi Everybody (especially Parsec Creator), is there any reason why float parses only positive numbers? I find following defition: float = lexeme floating > "float" floating = do{ n <- decimal ; fractExponent n } If floating was defined like floating = do{ n <- integer ... or floating = do{ n <- int ... instead then it would parse negative ones as well. Best regards, Bartek
5838
Age (days ago)
5838
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bartosz Wójcik