Function ruststep::parser::combinator::separator[][src]

pub fn separator(input: &str) -> ParseResult<'_, ()>
Expand description

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

  • This never matches to empty string.
  • Drop matched comments and spaces

FIXME

  • support explicit print control directives