xo-reader2: construct LambdaExpr to complete LambdaSsm + utest
This commit is contained in:
parent
e0eeeb12c2
commit
6a932912e3
8 changed files with 76 additions and 11 deletions
|
|
@ -82,6 +82,9 @@ namespace xo {
|
|||
**/
|
||||
const DUniqueString * intern_string(std::string_view str);
|
||||
|
||||
/** get unique (within stringtable) string, beginning with @p prefix **/
|
||||
const DUniqueString * gensym(std::string_view prefix);
|
||||
|
||||
/** push nested local symtab while parsing the body of a lambda expression;
|
||||
* restore previous symtab at the end of lambda-expression definition.
|
||||
* See @ref pop_local_symtab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue