js.nim
1 2 3 4 5
import min, jsconsole var i = newMinInterpreter("<min.js>") let r = i.interpret("2 2 +") console.log(r)