The stack of all frames. The first one is the current one.

Property definitions

nitc $ NaiveInterpreter :: frames
	# The stack of all frames. The first one is the current one.
	var frames = new List[FRAME]
src/interpreter/naive_interpreter.nit:394,2--395,29