xo-expression2/xo-tokenizer/src/tokenizer/token.cpp
2026-01-10 12:39:09 -05:00

9 lines
140 B
C++

/** @file token.cpp
*
* author: Roland Conybeare
**/
#include "token.hpp"
#include <xo/indentlog/print/tag.hpp>
/** end token.cpp **/