xo-reader2: DLambdaSsm work towards producing DLambdaExpr [WIP]

This commit is contained in:
Roland Conybeare 2026-01-31 21:33:39 -05:00
commit e0eeeb12c2
9 changed files with 219 additions and 69 deletions

View file

@ -102,7 +102,7 @@ namespace xo {
/** token representing left brace @c "{" **/
static Token leftbrace_token() { return Token(tokentype::tk_leftbrace); }
/** token representing right brace @c "}" **/
static Token rightbrace() { return Token(tokentype::tk_rightbrace); }
static Token rightbrace_token() { return Token(tokentype::tk_rightbrace); }
/** token representing period @c "." **/
static Token dot() { return Token(tokentype::tk_dot); }
/** token representing comma @c "," **/