xo-expression2: + LambdaExpr ++ LocalSymtab
This commit is contained in:
parent
21310c20c0
commit
c68357a3bd
2 changed files with 16 additions and 0 deletions
|
|
@ -51,6 +51,12 @@ namespace xo {
|
|||
**/
|
||||
void _do_eval_define_op();
|
||||
|
||||
/** evaluate a lambda expression
|
||||
* Require:
|
||||
* - expression in @ref expr_
|
||||
**/
|
||||
void _do_eval_lambda_op();
|
||||
|
||||
/** evaluate a variable expression
|
||||
* Require:
|
||||
* - expression in @ref expr_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue