--- trunk/src/selection/SelectionCompiler.hpp 2005/02/03 23:14:05 283 +++ trunk/src/selection/SelectionCompiler.hpp 2005/02/07 19:13:18 295 @@ -117,7 +117,7 @@ class SelectionCompiler{ bool lookingAtLeadingWhitespace(); - bool lookingAtComment(); + //bool lookingAtComment(); bool lookingAtEndOfLine(); bool lookingAtEndOfStatement(); bool lookingAtString(); @@ -141,7 +141,7 @@ class SelectionCompiler{ bool clauseComparator(); bool clauseChemObjName(); bool clauseName(std::string& name); - + bool clauseIndex(); Token tokenNext(); boost::any valuePeek(); int tokPeek(); @@ -205,8 +205,8 @@ class SelectionCompiler{ return compileError("comparison operator expected"); } - bool integerExpected() { - return compileError("integer expected"); + bool numberExpected() { + return compileError("number expected"); } bool numberOrKeywordExpected() {