#!/bin/bash

# HOUTAN FANISALEK
# Copyright (c) 2011

# make the ocaml source
make

# generate the java code
./hootie < $1 > src/hootie/generated/LanguageStructure.java

# compile with java
ant jar


