Code Cleanup

- Removed unnecessary includes.
- Added comment for Date integration.
This commit is contained in:
Paul Beckingham 2014-05-28 21:03:03 -04:00
parent dbbbeb102e
commit dead140c74
2 changed files with 2 additions and 4 deletions

View file

@ -118,6 +118,8 @@ bool Lexer::token (std::string& token, Type& type)
return true;
}
// TODO Try an rc.dateformat parse here.
type = typeNumber;
token += utf8_character (_n0);
shift ();