xo-interpreter2 stack: wrap TokenizerError as DRuntimeError

Also fix _read_eval_print() to report them!
This commit is contained in:
Roland Conybeare 2026-03-27 11:16:28 -04:00
commit ff471bbc72
4 changed files with 22 additions and 0 deletions

View file

@ -6,6 +6,7 @@ include(CMakeFindDependencyMacro)
# must coordinate with xo_dependency() calls
# in src/tokenizer2/CMakeLists.txt
#
find_dependency(xo_stringtable2)
find_dependency(xo_arena)
find_dependency(indentlog)