The end keyword, that indicate the root module

Property definitions

nitc $ ANoImport :: n_kwend=
	# The `end` keyword, that indicate the root module
	var n_kwend: TKwend is writable, noinit
src/parser/parser_nodes.nit:1198,2--1199,40

nitc :: parser_prod $ ANoImport :: n_kwend=
	redef fun n_kwend=(node)
	do
		_n_kwend = node
		node.parent = self
	end
src/parser/parser_prod.nit:253,2--257,4