sequential choice
64 65 66
# File 'lib/junoser/parser.rb', line 64 def sc(*objects) (c(*objects) >> space.maybe).repeat(0) end