9 lines
138 B
C++
9 lines
138 B
C++
#ifndef TOKENIZER_CC
|
|
#define TOKENIZER_CC
|
|
|
|
#include "scanner/object.cc"
|
|
#include "scanner/token.cc"
|
|
#include "scanner/scanner.cc"
|
|
|
|
#endif
|