Skip to content

Commit 6a221c2

Browse files
committed
Refactor + basic nested produce handling
1 parent e751db3 commit 6a221c2

File tree

3 files changed

+473
-255
lines changed

3 files changed

+473
-255
lines changed

src/Libtask.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Libtask
22

33
# Need this for BBCode.
44
using Mooncake
5-
using Mooncake: BBCode, BBlock, ID, new_inst, stmt, seed_id!
5+
using Mooncake: BBCode, BBlock, ID, new_inst, stmt, seed_id!, terminator
66
using Mooncake: IDGotoIfNot, IDGotoNode, IDPhiNode, Switch
77

88
# We'll emit `MistyClosure`s rather than `OpaqueClosure`s.

0 commit comments

Comments
 (0)