#!/bin/sh

export SMLNJ_HOME="${SMLNJ_HOME:-/usr/lib/smlnj}"
exec /usr/lib/smlnj/bin/ml-yacc "$@"
