class Opal::Parser

def new_float(tok)

def new_float(tok)
  s1(:float, value(tok), source(tok))
end