The closing parenthesis

Property definitions

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

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