lib/Tools/scalac
author nipkow
Mon, 14 Aug 2017 22:06:26 +0200
changeset 66419 8194ed7cf2cb
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
separate file for priority queue interface; extended Leftist_Heap.

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