The closing bracket

Property definitions

nitc $ ABraExprs :: n_cbra=
	# The closing bracket
	var n_cbra: TCbra is writable, noinit
src/parser/parser_nodes.nit:2897,2--2898,38

nitc :: parser_prod $ ABraExprs :: n_cbra=
	redef fun n_cbra=(node)
	do
		_n_cbra = node
		node.parent = self
	end
src/parser/parser_prod.nit:7670,2--7674,4