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

Comparing trunk/OOPSE-2.0/src/selection/SelectionCompiler.hpp (file contents):
Revision 1971 by tim, Thu Feb 3 23:14:05 2005 UTC vs.
Revision 1972 by tim, Fri Feb 4 22:39:26 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 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