(type, value)
| 696 | if (type == ",") return cont(vardef); |
| 697 | } |
| 698 | function maybeelse(type, value) { |
| 699 | if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex); |
| 700 | } |
| 701 | function forspec(type, value) { |
| 702 | if (value == "await") return cont(forspec); |
| 703 | if (type == "(") return cont(pushlex(")"), forspec1, poplex); |