xo-interpreter2: report_memory_use() unit test

This commit is contained in:
Roland Conybeare 2026-02-28 13:36:27 +11:00
commit 9c7c76cabc
4 changed files with 47 additions and 1 deletions

View file

@ -103,6 +103,9 @@ namespace xo {
psm_.on_token(tk);
log && log(xtag("parser", this));
log && log(xtag("result", psm_.result()));
return psm_.result();
} /*include_token*/