Module public_parsers

Source
Expand description

Module in which new parsers written for this library are kept

Functionsยง

satisfy_one
Recognizes one character and checks if it satisfies a predicate. The parser will return the same type with the input.