lib/Tools/scalac
author wenzelm
Sun, 03 Apr 2016 23:28:48 +0200
changeset 62839 ea9f12e422c7
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
clarified SML name space: no access to structure PolyML;

#!/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")" "$@"