xo-reader: doc: ++ comments
This commit is contained in:
parent
76f292d40d
commit
d88d2713db
3 changed files with 11 additions and 3 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue