This commit is contained in:
ringabout
2025-12-19 20:43:20 +08:00
parent 0106cfdbe2
commit 435554d2ad
6 changed files with 100 additions and 82 deletions

View File

@@ -9,7 +9,7 @@
## Plugin to transform an inline iterator into a data structure.
import ".." / [ast, modulegraphs, lookups, semdata, lambdalifting, msgs]
import ".." / [ast, modulegraphs, lookups, semdata, lambdautils, lambdalifting, msgs]
proc iterToProcImpl*(c: PContext, n: PNode): PNode =
result = newNodeI(nkStmtList, n.info)