class Parser::Builders::Default

def float(float_t)

def float(float_t)
  numeric(:float, float_t)
end