From 61fb83ecbb4c691c03d500f6c71499e59a67cef2 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 30 May 2018 23:50:34 +0200 Subject: baby steps for incremental compilation --- compiler/plugins/itersgen.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/plugins/itersgen.nim') diff --git a/compiler/plugins/itersgen.nim b/compiler/plugins/itersgen.nim index 847d13ccf..440d2e081 100644 --- a/compiler/plugins/itersgen.nim +++ b/compiler/plugins/itersgen.nim @@ -11,7 +11,7 @@ import ".." / [ast, astalgo, magicsys, lookups, semdata, - lambdalifting, rodread, msgs] + lambdalifting, msgs] proc iterToProcImpl*(c: PContext, n: PNode): PNode = result = newNodeI(nkStmtList, n.info) -- cgit 1.4.1-2-gfad0 .submit();'> This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log blame commit diff stats
path: root/examples/cross_todo/readme.txt
blob: 5be01e1975f0eb20b826f5bbf9123e4199390213 (plain) (tree)
1
2
3
4
5