| # | 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() { | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |