v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

move unit tests to additional modules in the appropriate files #33

Closed v-nys closed 7 years ago

v-nys commented 7 years ago

The Racket way. An advantage here is that fewer functions need to be provided, because module+ means we can access all the source module bindings.

v-nys commented 7 years ago

This is basically closed. I still have to deal with the execution tests, but that requires overhauling the parenlog-generating code. I will just deal with this when I remove the explicit ordering.