Module chars

Source
Expand description

Parsers related to character-level processing

Constants§

END_OF_STRING

Functions§

any_char
Parser that matches any character in a string
char
Parser generator for parsers that recognize a single character
line_break
Parser that matches a line break (newline): LF or CRLF