xo-reader xo-expression: nested lambdas working properly + docs
This commit is contained in:
parent
e6a3366349
commit
699ee5d38e
41 changed files with 736 additions and 137 deletions
|
|
@ -63,10 +63,10 @@ namespace xo {
|
|||
* a + b; // rhs expression
|
||||
* Variable must have been defined!
|
||||
*/
|
||||
rp<Variable> var = p_psm->lookup_var(tk.text());
|
||||
bp<Variable> var = p_psm->lookup_var(tk.text());
|
||||
|
||||
if (var.get()) {
|
||||
progress_xs::start(var, p_psm);
|
||||
progress_xs::start(var.promote(), p_psm);
|
||||
} else {
|
||||
this->unknown_variable_error(c_self_name, tk);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue