231 232 233 234
# File 'lib/crokus/transformer.rb', line 231 def visitStrLit lit,args=nil tok=lit.tok.accept(self) StrLit.new(tok) end