#!/bin/sh
./parse decaf.{cfg,pda,op} < fact.tokens 2>&1 | ./indenttrees | \
	diff -u fact.parse -
