(type, value)
| 701 | if (type == ",") return cont(vardef); |
| 702 | } |
| 703 | function maybeelse(type, value) { |
| 704 | if (type == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex); |
| 705 | } |
| 706 | function forspec(type, value) { |
| 707 | if (value == "await") return cont(forspec); |
| 708 | if (type == "(") return cont(pushlex(")"), forspec1, poplex); |