test:
@(cd read; go test | grep -v ^PASS)
@(cd tokenize; go test | grep -v ^PASS)
@(cd parse; go test | grep -v ^PASS)
@(cd examples; go test | grep -v ^PASS)