nystrom / scsc

10 stars 1 forks source link

"object Stats is not a member of package notjs.abstracted.interpreter" #1

Open sergei-romanenko opened 10 months ago

sergei-romanenko commented 10 months ago

src/main/scala/sc/jsai/sc/Supercompiler.scala imports notjs.abstracted.interpreter.Stats.

However, "object Stats is not a member of package notjs.abstracted.interpreter" (at least, in the version published in https://github.com/nystrom/jsai).

sergei-romanenko commented 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.