Module ruststep::parser::combinator[][src]

Expand description

Parser combinators extended for STEP exchange structure

This is helper submodule for writting a parser like as WSN definitions.

Token separators in exchange structure is one of

  • space
  • explicit print control directives (\N\ and \F\ )
  • comments

and combinators in this submodule responsible for handling them.

Traits

Alias of nom::Parser

helper for tuple_

Functions

Comment

Comments with front/back spaces, or multi-space at least 1 char

Sequence of separated tokens

Type Definitions

Parse result