xo-tokenizer: move to scm ns + print() diagnostic

This commit is contained in:
Roland Conybeare 2024-08-05 14:44:39 -04:00
commit 2d0336058e
8 changed files with 49 additions and 19 deletions

View file

@ -8,8 +8,8 @@
#include <memory>
namespace xo {
using token = xo::tok::token<char>;
using xo::tok::tokentype;
using token = xo::scm::token<char>;
using xo::scm::tokentype;
namespace ut {
struct testcase_i64 {