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§
- Exchange
Parser - Alias of
nom::Parser - Tuple
- helper for tuple_
Functions§
- char_
- comma_
separated - comment
- Comment
- ignorable
- many0_
- many1_
- opt_
- separated
- separator
- Comments with front/back spaces, or multi-space at least 1 char
- tag_
- tuple
- Identity shim for nom 7’s
sequence::tuple, which nom 8 removed. - tuple_
- Sequence of separated tokens
Type Aliases§
- Parse
Result - Parse result