xo-reader2: construct LambdaExpr to complete LambdaSsm + utest
This commit is contained in:
parent
0f7dccc193
commit
c6c05ab633
4 changed files with 51 additions and 3 deletions
|
|
@ -35,6 +35,11 @@ namespace xo {
|
|||
/** return unique string with contents @p key. Idempotent! **/
|
||||
const DUniqueString * intern(std::string_view key);
|
||||
|
||||
/** generate unique symbol -- guaranteed not to collide
|
||||
* with existing symbol in this table.
|
||||
**/
|
||||
const DUniqueString * gensym(std::string_view prefix);
|
||||
|
||||
/** verify StringTable invariants.
|
||||
* Act on failure according to policy @p p
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue