Open sergei-romanenko opened 10 months ago
Oh! Stats
IS defined in jsai
, but in the branch error
!
So the problem is than there is no instruction on how to compile and run scsc
in README.me
.
Another subtle point (to be mentioned in README.me
) is that JDK 8 has to be used, because scsc
makes use of Nashorn Parser API.
src/main/scala/sc/jsai/sc/Supercompiler.scala
importsnotjs.abstracted.interpreter.Stats
.However, "object
Stats
is not a member of packagenotjs.abstracted.interpreter
" (at least, in the version published in https://github.com/nystrom/jsai).