xo-reader: prefer xo::bp spelling to xo::ref::brw
This commit is contained in:
parent
97ff0e13a6
commit
d1473f0405
26 changed files with 152 additions and 47 deletions
|
|
@ -28,6 +28,11 @@ namespace xo {
|
|||
**/
|
||||
rp<Variable> lookup(const std::string & x) const;
|
||||
|
||||
/** update/replace binding for variable @p target.
|
||||
* New binding may have a different type.
|
||||
**/
|
||||
void upsert(bp<Variable> target);
|
||||
|
||||
envframe & top_envframe();
|
||||
void push_envframe(envframe x);
|
||||
void pop_envframe();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue