Re: Anyway to make the following code work?

2020-05-03 Thread slangmgh
Thank you, I will try.

Re: Anyway to make the following code work?

2020-05-03 Thread Araq
Pass a stream to it instead.

Anyway to make the following code work?

2020-05-03 Thread slangmgh
import "../../compiler" / [ast, vmdef, vm, nimeval, llstream] import std / [os] when isMainModule: const moduleName = "script.nim" let std = findNimStdLibCompileTime() let intr = createInterpreter(moduleName, [std, std / "pure", std / "core"]) proc