Parses literal values in the whole AST and produces errors if needed

Property definitions

nitc :: literal $ ToolContext :: _literal_phase
	# Parses literal values in the whole AST and produces errors if needed
	var literal_phase: Phase = new LiteralPhase(self, null)
src/literal.nit:23,2--24,56