(_, value)
| 510 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorComma); } |
| 511 | } |
| 512 | function targetNoComma(_, value) { |
| 513 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); } |
| 514 | } |
| 515 | function maybelabel(type) { |
| 516 | if (type == ":") return cont(poplex, statement); |
| 517 | return pass(maybeoperatorComma, expect(";"), poplex); |