# File lib/parser/builders/default.rb, line 396
    def back_ref(token)
      n(:back_ref, [ value(token).to_sym ],
        token_map(token))
    end