Parses and consumes a <seq>.The productions are: <seq> -> <quant> | <quant><seq>.Will return <parse-tree> or (:SEQUENCE <parse-tree> <parse-tree>).