Implemented support for C++ and iso646 operators.

This commit is contained in:
Roberto Raggi
2008-12-10 13:27:59 +01:00
parent 824db4c6e7
commit 65f07aa2de
4 changed files with 158 additions and 3 deletions

View File

@@ -112,6 +112,7 @@ private:
void scan_helper(Token *tok);
void setSource(const char *firstChar, const char *lastChar);
static int classify(const char *string, int length, bool q);
static int classifyOperator(const char *string, int length);
inline void yyinp()
{