[][src]Module chonk::parsers::delimiting

Parsers for matching delimited structures.

Functions

delimited

Match a parser, delimited on the left and right with by other parsers, return the results.

left_delimited

Match a parser, delimited on the left by another parser, return the results.

right_delimited

Match a parser, delimited on the right by another parser, return the results.

trim

Match a parser surrounded by whitespace, return the results of the parser.