| 117 |  |  | 
| 118 |  |  | 
| 119 |  | bool lookingAtLeadingWhitespace(); | 
| 120 | < | bool lookingAtComment(); | 
| 120 | > | //bool lookingAtComment(); | 
| 121 |  | bool lookingAtEndOfLine(); | 
| 122 |  | bool lookingAtEndOfStatement(); | 
| 123 |  | bool lookingAtString(); | 
| 141 |  | bool clauseComparator(); | 
| 142 |  | bool clauseChemObjName(); | 
| 143 |  | bool clauseName(std::string& name); | 
| 144 | < |  | 
| 144 | > | bool clauseIndex(); | 
| 145 |  | Token tokenNext(); | 
| 146 |  | boost::any valuePeek(); | 
| 147 |  | int tokPeek(); | 
| 205 |  | return compileError("comparison operator expected"); | 
| 206 |  | } | 
| 207 |  |  | 
| 208 | < | bool integerExpected() { | 
| 209 | < | return compileError("integer expected"); | 
| 208 | > | bool numberExpected() { | 
| 209 | > | return compileError("number expected"); | 
| 210 |  | } | 
| 211 |  |  | 
| 212 |  | bool numberOrKeywordExpected() { |