diff testbad.fc @ 73:6a1a7d5cc2d9

Add some error checking, cleanup output and add a bad test file
author Mike Pavone <pavone@retrodev.com>
date Sat, 19 Jun 2010 23:13:41 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testbad.fc	Sat Jun 19 23:13:41 2010 -0400
@@ -0,0 +1,7 @@
+B = R(A, L(B, R(C,D)))
+C = R(B, R(C, D))
+X = L(X, L(A, L(B, R(C,D))))
+A = L(X, L(A, L(B, R(C,D))))
+E = L(E, L(C, D))
+D = R(E, L(C, D))
+