Property definitions

nitc $ AFloatExpr :: defaultinit
# A float literal
class AFloatExpr
	super AExpr

	# The float token
	var n_float: TFloat is writable, noinit
end
src/parser/parser_nodes.nit:2657,1--2663,3