xo-reader: ++ logging

This commit is contained in:
Roland Conybeare 2024-08-28 12:58:49 -04:00
commit c46c0f1cc4
6 changed files with 43 additions and 3 deletions

View file

@ -52,6 +52,7 @@ namespace xo {
// ---- parsing inputs -----
void on_semicolon_token(const token_type & tk);
void on_operator_token(const token_type & tk);
void on_leftbrace_token(const token_type & tk);
void on_rightbrace_token(const token_type & tk);