Allow string to be enclosed in single quotes

This commit is contained in:
Benoit Blanchon
2014-10-18 21:54:08 +02:00
parent 1f6bd5c04d
commit bbc2aa4f2a
4 changed files with 56 additions and 26 deletions

View File

@ -29,7 +29,6 @@ private:
inline bool isLong();
inline bool isNull();
inline bool isSpace();
inline bool isString();
inline void skipOneChar();
inline void skipSpaces();