()
| 294 | }; |
| 295 | |
| 296 | function start_token() { |
| 297 | S.tokline = S.line; |
| 298 | S.tokcol = S.col; |
| 299 | S.tokpos = S.pos; |
| 300 | }; |
| 301 | |
| 302 | function token(type, value, is_comment) { |
| 303 | S.regex_allowed = ((type == "operator" && !HOP(UNARY_POSTFIX, value)) || |
no outgoing calls
no test coverage detected
searching dependent graphs…