The closing parenthesis

Property definitions

nitc $ AParExprs :: n_cpar=
	# The closing parenthesis
	var n_cpar: TCpar is writable, noinit
src/parser/parser_nodes.nit:2886,2--2887,38

nitc :: parser_prod $ AParExprs :: n_cpar=
	redef fun n_cpar=(node)
	do
		_n_cpar = node
		node.parent = self
	end
src/parser/parser_prod.nit:7624,2--7628,4