Group: comp.lang.functional · Group Profile · Search for Skippeded in comp.lang.functional
Author: Mark Tarver
Date: May 18, 2007 01:12
... I encounter all sorts of difficulties. int_in_parens recognizes string like "(394)" and should return the enclosed integer. How do I write the > combinator to accomplish this? Do I need to make "skippedness" part of the type (Parser<Result, Input, bool )? Thanks, Alex I'm not a C++ programmer, Alex, but if I were doing the job in a functional language, then I...
|