lib/Tools/scalac
author hoelzl
Mon, 04 May 2015 18:04:01 +0200
changeset 60173 6a61bb577d5b
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
add rules for least/greatest fixed point calculus

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