xo-tokenizer: build + utest + reasonable implementation
This commit is contained in:
commit
9dc37e84e6
15 changed files with 2154 additions and 0 deletions
9
src/tokenizer/token.cpp
Normal file
9
src/tokenizer/token.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/** @file token.cpp
|
||||
*
|
||||
* author: Roland Conybeare
|
||||
**/
|
||||
|
||||
#include "token.hpp"
|
||||
#include "xo/indentlog/print/tag.hpp"
|
||||
|
||||
/** end token.cpp **/
|
||||
Loading…
Add table
Add a link
Reference in a new issue