Module combine::parser::combinator
[−]
[src]
Various combinators which do not fit anywhere else.
Structs
| AndThen | |
| AnyPartialState | |
| AnyPartialStateParser | |
| FlatMap | |
| Ignore | |
| LookAhead | |
| Map | |
| NoPartial | |
| NotFollowedBy | |
| Recognize | |
| Try |
Functions
| and_then |
Equivalent to |
| any_partial_state |
Returns a parser where |
| flat_map |
Equivalent to |
| look_ahead |
|
| map |
Equivalent to |
| no_partial | |
| not_followed_by |
Succeeds only if |
| recognize |
Constructs a parser which returns the tokens parsed by |
| try |
|