diff -r ec989bd98fc8 -r 7e8f49d412d6 src/Tools/Metis/make-metis --- a/src/Tools/Metis/make-metis Wed Sep 15 15:48:52 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,61 +0,0 @@ -#!/usr/bin/env bash -# -# make-metis - turn original Metis files into Isabelle ML source. -# -# Structure declarations etc. are made local by wrapping into a -# collective structure Metis. Signature and functor definitions are -# global! - -THIS=$(cd "$(dirname "$0")"; echo $PWD) - -( - cat <&2 - "$THIS/scripts/mlpp" -c polyml "src/$FILE" | \ - perl -p -e \ -'s/type name$/type name = string/;'\ -'s/\bref\b/Unsynchronized.ref/g;'\ -'s/\bPolyML.pointerEq\b/pointer_eq/g;'\ -'s/(? metis.ML