git-subtree-dir: xo-tokenizer git-subtree-mainline:e8f65f88cfgit-subtree-split:830c6ebe55
9 lines
140 B
C++
9 lines
140 B
C++
/** @file token.cpp
|
|
*
|
|
* author: Roland Conybeare
|
|
**/
|
|
|
|
#include "token.hpp"
|
|
#include "xo/indentlog/print/tag.hpp"
|
|
|
|
/** end token.cpp **/
|