- Lexer now makes a speculative legacy dateformat parse whenever it encounters
  a decimal digit.  This assumes that rc.dateformat begins with a numeric date
  element, which is a restriction, but not a big one.
This commit is contained in:
Paul Beckingham 2014-05-29 18:09:11 -04:00
parent 79576819c3
commit 592a3bb60f
3 changed files with 75 additions and 51 deletions

View file

@ -33,6 +33,8 @@
class Lexer
{
public:
static std::string dateFormat;
enum Type
{
typeNone = 0,