parse_ranges: Parser for the ranges part of a specification.
Description
Parses the ranges and return a list of index
variables an the values they should iterate over. The ranges are returned as
a list with the range variables as its names and the range values as the
list components.
Usage
parse_ranges(ranges)
Arguments
ranges
The quosure wrapping the input to the specification.