Add global def to tokenize.h
This commit is contained in:
parent
f6fe76d40e
commit
11f3897b7a
@ -1,3 +1,6 @@
|
|||||||
|
#ifndef TOKENIZE_H
|
||||||
|
#define TOKENIZE_H
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
@ -13,3 +16,5 @@ struct Token {
|
|||||||
TokenType type;
|
TokenType type;
|
||||||
TokenData data;
|
TokenData data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user