# File lib/facet/parser.rb, line 380
  def start( match=nil )
    raise "start undefined for #{key}" unless @start
    @start.call( match )
  end