Lexer
- Added a new type Lexer::typeTag.
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
typeOperator,
|
||||
typeDate,
|
||||
typeDuration,
|
||||
typeTag,
|
||||
};
|
||||
|
||||
Lexer (const std::string&);
|
||||
|
||||
Reference in New Issue
Block a user