xo-reader2: + DDefineSsm + utest

This commit is contained in:
Roland Conybeare 2026-01-19 00:38:43 -05:00
commit 301a7c7623
13 changed files with 762 additions and 3 deletions

View file

@ -198,7 +198,7 @@ namespace xo {
* @return parsed expression, if @p tk completes an expression.
* otherwise nullptr
**/
const ParserResult & include_token(const token_type & tk);
const ParserResult & on_token(const token_type & tk);
/** reset parsed result expression; use using return value from
* @ref include_token. Complicating api here to avoid copying ParserResult