xo-reader: doc: ++ comments

This commit is contained in:
Roland Conybeare 2024-08-27 16:20:44 -04:00
commit d88d2713db
3 changed files with 11 additions and 3 deletions

View file

@ -50,6 +50,9 @@ namespace xo {
exprstatestack * p_stack_;
/** stack of environment frames, one for each enclosing lambda **/
envframestack * p_env_stack_;
/** if non-null, store next non-nested complete expressions in
* *p_emit_expr
**/
rp<Expression> * p_emit_expr_;
};
} /*namespace scm*/