Lines Matching refs:combinator
31 combinator::value,
36 /// A combinator that takes a parser `inner` and produces a parser that also consumes both leading …
66 combinator::value,
90 combinator::value,
119 combinator::recognize,
136 recognize `h`. The `pair` combinator ensures that `ello_world123abc` will be piped to the next
137 `alphanumeric0` parser, which recognizes every remaining character. However, the `pair` combinator
170 combinator::recognize,
195 combinator::{map_res, recognize},
223 combinator::recognize,
248 combinator::recognize,
272 combinator::recognize,
295 combinator::{opt, recognize},