(type, value)
| 715 | if (type == ",") return cont(vardef); |
| 716 | } |
| 717 | function maybeelse(type, value) { |
| 718 | if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex); |
| 719 | } |
| 720 | function forspec(type, value) { |
| 721 | if (value == "await") return cont(forspec); |
| 722 | if (type == "(") return cont(pushlex(")"), forspec1, poplex); |