Property definitions

nitc :: parser_prod $ ALlAssignOp :: init_allassignop
	init init_allassignop (
		n_op: nullable TLleq
	)
	do
		_n_op = n_op.as(not null)
		n_op.parent = self
	end
src/parser/parser_prod.nit:7946,2--7952,4