nitc :: NaiveInterpreter :: onces
AOnceExpr
# Map used to store values of nodes that must be evaluated once in the system (`AOnceExpr`) var onces: Map[ANode, Instance] = new HashMap[ANode, Instance]