Parse the main entity.

Property definitions

saxophonit $ XophonReader :: parse_main
	# Parse the main entity.
	private fun parse_main do
		model.fire_document_locator
		model.fire_start_document
		lexer.start
		expect_document
		model.fire_end_document
	end
lib/saxophonit/saxophonit.nit:173,2--180,4