ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/selection/SelectionCompiler.hpp
(Generate patch)

Comparing trunk/src/selection/SelectionCompiler.hpp (file contents):
Revision 283 by tim, Thu Feb 3 23:14:05 2005 UTC vs.
Revision 295 by tim, Mon Feb 7 19:13:18 2005 UTC

# Line 117 | Line 117 | class SelectionCompiler{
117  
118  
119          bool lookingAtLeadingWhitespace();
120 <        bool lookingAtComment();
120 >        //bool lookingAtComment();
121          bool lookingAtEndOfLine();
122          bool lookingAtEndOfStatement();
123          bool lookingAtString();
# Line 141 | Line 141 | class SelectionCompiler{
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();
# Line 205 | Line 205 | class SelectionCompiler{
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() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines