Mapping between a variable and the current value

Property definitions

nitc $ InterpreterFrame :: _map
	# Mapping between a variable and the current value
	var map: Map[Variable, Instance] = new HashMap[Variable, Instance]
src/interpreter/naive_interpreter.nit:863,2--864,67