CODE regression test suite

All programs are named "testnnn.code", where nnn is a 3-digit number.
A brief description of the tests and their results are given below.

001-010 are all static graphs.
101-103 are all dynamic graphs.

---------

001: Start node and Stop node, arc carries one integer.
"Successful."

002: Start node and Stop node, two arcs.
"Successful. i = 1, j = 2"

003: Start and stop node with a name-sharing relation.
"Successful. i = 1, j = 12"

004: Start and stop node with a call node (one in and one out), one node.
"Successful. i = 2"

005: Start and stop node with a call node (two in and two out), one node.
"Successful. i = 2, j = 3"

006: Start and stop node with a call node (two in and two out), two nodes.
"Successful. i = 2, j = 3"

007: Start and stop node with a call node (one in and one creation parameter and two out), one node.
"Successful. i = 2, j = 3"

008: Start and stop node with a call node (one in and one creation parameter and two out), two nodes.
"Successful. i = 5, j = 3"

009: Start and stop node with a call node (one in and one creation parameter and two out), two nodes and a name-sharing relation.
"Successful. i = 32, j = 8"

010: Start and stop node inside a graph, graph has two creation parameters and one input.
"Successful. i = 1, j = 2, k = 3"

100: Start and stop node with 10 replicated nodes and one static node in between.
"Successful. i = 55"

101: Start and stop node with 10 replicated graphs and one static node in between.
"Successful. i = 55"

102: Start and stop node with 10 replicated nodes and one static node in between, using 10 replicated name-sharing relations.
"Successful. i = 75"

103: Start and stop node with 10 replicated nodes and one static node in between, using one name-sharing relation.
"Successful. i = 10295"
