
12 Oct
2011
12 Oct
'11
1:34 a.m.
In combinator parsing with say Parsec, you don't tokenize the input
the parsing - this is an instance of so called "scannerless" parsing
(slight exaggeration for sake of simplicity).
If you needed to tokenize then parse, this is the model followed by
Alex and Happy.
On 12 October 2011 06:28, kolli kolli
Can anyone help how to tokenize a string and parse it.