lib/Tools/scala
author wenzelm
Fri, 02 Jan 2009 19:38:13 +0100
changeset 29318 6337d1cb2ba0
parent 29143 72c960b2b83e
child 34282 549969a7f582
permissions -rwxr-xr-x
added numeral, which supercedes num, xnum, float; renamed xstr to inner_string;

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

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