(p)
| 98 | obj[t.value]=b;} |
| 99 | if(filter){assume();}} |
| 100 | function peek(p){var i=p||0,j=0,t;while(j<=i){t=lookahead[j];if(!t){t=lookahead[j]=lex.token();} |
| 101 | j+=1;} |
| 102 | return t;} |
| 103 | var badbreak={')':true,']':true,'++':true,'--':true};function advance(id,t){var l;switch(token.id){case'(number)':if(nexttoken.id==='.'){warning("A dot following a number can be confused with a decimal point.",token);} |
| 104 | break;case'-':if(nexttoken.id==='-'||nexttoken.id==='--'){warning("Confusing minusses.");} |
| 105 | break;case'+':if(nexttoken.id==='+'||nexttoken.id==='++'){warning("Confusing plusses.");} |
no outgoing calls
no test coverage detected