class Opal::Parser

def new_cvar(tok)

def new_cvar(tok)
  s1(:cvar, value(tok).to_sym, source(tok))
end