- Added a new type Lexer::typeTag.
This commit is contained in:
Paul Beckingham 2014-09-07 01:17:48 -04:00
parent 0b9c84511b
commit aab23692f1
3 changed files with 41 additions and 1 deletions

View file

@ -52,6 +52,7 @@ public:
typeOperator,
typeDate,
typeDuration,
typeTag,
};
Lexer (const std::string&);