# File lib/parser/builders/default.rb, line 105
    def float(float_t)
      numeric(:float, float_t)
    end