# File test/src/expression_test.rb, line 36
  def space_mul
    not_among('+-*/%').peek >> value(Mul)
  end