Vocabularyparser-combinatorsInputsNone
OutputsWord descriptionReturn a parser that consumes a single value from the input string. The value consumed is the result of the parse.
ExamplesUSING: lists.lazy parser-combinators prettyprint ;
"foo" any-char-parser parse-1 .
102
Definition