subrepo: subdir: "xo-tokenizer" merged: "6e665ed7" upstream: origin: "git@github.com:Rconybea/xo-tokenizer.git" branch: "main" commit: "6e665ed7" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
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 **/
|