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