rhino/.circleci
Gregory Brail d120651524 Implement standard Java ScriptEngine
This is not based on the now-removed JDK code but instead does a
few things in a more modern way. See the comments for supported
parameters (you can set language and optimization level via
properties) and built-in functions (only print is supported right now.)

This is built into a separate JAR called "rhino-engine" because
otherwise, including it in any Java 8 JDK would break scripts that
are expecting to see Nashorn instead.
2020-06-10 17:12:49 -07:00
..
config.yml Implement standard Java ScriptEngine 2020-06-10 17:12:49 -07:00