class Crass::Parser

def create_selector(input)

validating them. Feel free to do that yourself! It'll be fun!
Doesn't bother splitting the selector list into individual selectors or

Parses the given _input_ tokens into a selector node and returns it.
def create_selector(input)
  create_node(:selector,
    :value  => parse_value(input),
    :tokens => input)
end