Crate som_parser_core
source ·Modules§
- Generic parser combinators.
Structs§
- Sequences two parsers, one after the other, collecting both results.
- Sequences two parsers, one after the other, but discards the output of the second one.
- Sequences two parsers, one after the other, but discards the output of the first one.
- Maps a function over the output value of the parser.
- Tries to apply the first parser, if it fails, it tries to apply the second parser.
Traits§
- Defines a parser.