mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
progress
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user