#!/bin/bash

./updategrammar || exit 1

cd parser

bison --defines=tokens.h -o parse.c grammar


    
