lib/Tools/scalac
author wenzelm
Sat, 16 Dec 2017 20:02:40 +0100
changeset 67218 e62d72699666
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
more accurate parse_nat/parse_int: avoid corner cases of Int.fromString (e.g. "1.0");

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