lib/Tools/scalac
author wenzelm
Sat, 07 Nov 2015 20:04:09 +0100
changeset 61601 15952a05133c
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
syntactic completion may supersede semantic completion, e.g. relevant for "\undefined" vs. "undefined" in ML;

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

isabelle_admin_build jars || exit $?

isabelle_scala scalac -Dfile.encoding=UTF-8 \
  -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"