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