# File lib/parser/builders/default.rb, line 376 def ident(token) n(:ident, [ value(token).to_sym ], variable_map(token)) end