annotate testbad.fc @ 156:ed70399a07aa

Add Substring method to string and improve performance of Partition
author Mike Pavone <pavone@retrodev.com>
date Thu, 23 Dec 2010 02:00:27 +0000
parents 6a1a7d5cc2d9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
73
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
1 B = R(A, L(B, R(C,D)))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
2 C = R(B, R(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
3 X = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
4 A = L(X, L(A, L(B, R(C,D))))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
5 E = L(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
6 D = R(E, L(C, D))
6a1a7d5cc2d9 Add some error checking, cleanup output and add a bad test file
Mike Pavone <pavone@retrodev.com>
parents:
diff changeset
7