Property definitions

nitc :: astbuilder $ AFloatExpr :: make
	private init make(value: nullable Float, t: nullable MType)
	do
		_mtype = t
		if t != null then self.is_typed = true
		_value = value
		_n_float = new TFloat # dummy
	end
src/astbuilder.nit:547,2--553,4