- Implemented ::isDate and ::isDuration.
This commit is contained in:
Paul Beckingham
2015-02-21 10:01:59 -08:00
parent d6e3430e0d
commit 21553d9044
2 changed files with 38 additions and 28 deletions

View File

@@ -37,6 +37,11 @@
class Lexer2
{
public:
// These are overridable.
static std::string dateFormat;
static bool isoEnabled;
static bool ambiguity;
enum class Type { uuid, number, hex,
string,
list, url, pair, separator,