All the currently parsed modules.

A parsed module exists in the model but might be not yet analysed (no importation).

Property definitions

nitc :: loader $ ModelBuilder :: parsed_modules=
	# All the currently parsed modules.
	#
	# A parsed module exists in the model but might be not yet analysed (no importation).
	var parsed_modules = new Array[MModule]
src/loader.nit:342,2--345,40