ChimeraCoder / MLang

Other
4 stars 0 forks source link

Test functions input/output #4

Closed ChimeraCoder closed 12 years ago

ChimeraCoder commented 12 years ago

We need to be able to test an arbitrary number of function input/output in the same namespaces (ie, define a function, test the definition, then use that defined function in a future test), as well as in separate namespaces.

Remember that the input/outputs should be s-expressions (as per the read/print symmetry we talked about).