xo-tokenizer2: use xo-arena DCircularBuffer to buffer input line

This commit is contained in:
Roland Conybeare 2026-01-11 18:42:08 -05:00
commit 1575f8a147
10 changed files with 106 additions and 359 deletions

View file

@ -20,7 +20,7 @@ namespace xo {
class TokenizerError {
public:
using CharT = char;
using span_type = span<const CharT>;
using span_type = xo::mm::span<const CharT>;
public:
/** @defgroup tokenizer-error-ctors **/