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