The null keyword

Property definitions

nitc $ ANullExpr :: n_kwnull=
	# The `null` keyword
	var n_kwnull: TKwnull is writable, noinit
src/parser/parser_nodes.nit:2645,2--2646,42

nitc :: parser_prod $ ANullExpr :: n_kwnull=
	redef fun n_kwnull=(node)
	do
		_n_kwnull = node
		node.parent = self
	end
src/parser/parser_prod.nit:6573,2--6577,4