#! /bin/bash

GRAMMAR=$1
INPUT_FILE=$2

./tests/tools/grammatiker/BNF/scripts/grammatica-tree \
    ${GRAMMAR} \
    ${INPUT_FILE}
