xo-interpreter2 stack: handle operator expressions w/ qliterals

This commit is contained in:
Roland Conybeare 2026-03-02 11:05:12 +11:00
commit 650a9fa95f
2 changed files with 2 additions and 1 deletions

View file

@ -429,6 +429,7 @@ namespace xo {
break;
}
case '#':
case 'a': case 'A':
case 'b': case 'B':
case 'c': case 'C':