lib/Tools/scala
author bulwahn
Sat, 24 Oct 2009 16:55:42 +0200
changeset 33129 3085da75ed54
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
changed import_intros to handle parameters differently; changed handling of higher-order function compilation; reverted MicroJava change; tuned

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"