()
| 161 | function suffix(s,f){var x=symbol(s,150);x.led=function(left){if(option.plusplus){warning("Unexpected use of '{a}'.",this,this.id);} |
| 162 | this.left=left;return this;};return x;} |
| 163 | function optionalidentifier(){if(nexttoken.reserved){warning("Expected an identifier and instead saw '{a}' (a reserved word).",nexttoken,nexttoken.id);} |
| 164 | if(nexttoken.identifier){advance();return token.value;}} |
| 165 | function identifier(){var i=optionalidentifier();if(i){return i;} |
| 166 | if(token.id==='function'&&nexttoken.id==='('){warning("Missing name in function statement.");}else{error("Expected an identifier and instead saw '{a}'.",nexttoken,nexttoken.value);}} |
| 167 | function reachable(s){var i=0,t;if(nexttoken.id!==';'||noreach){return;} |
no test coverage detected