1 #ifndef COMPILER_TOKENLOC_H_INCLUDED
2 #define COMPILER_TOKENLOC_H_INCLUDED
20 #endif // TOKENLOC_H_INCLUDED
Location of a token in a source file.
Definition: tokenloc.hpp:10
TokenLoc()
Definition: tokenloc.hpp:16
std::string mLiteral
Definition: tokenloc.hpp:14
int mColumn
Definition: tokenloc.hpp:12
int mLine
Definition: tokenloc.hpp:13