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