sjl / temperance

A logic programming library for Common Lisp.
https://sjl.bitbucket.io/temperance
MIT License
58 stars 5 forks source link

Add predicate tracing #3

Closed sjl closed 8 years ago

sjl commented 8 years ago

It would be nice to have a way to trace particular predicates for debugging. Should be pretty simple -- we can add it in the call instruction and compile out support if debug is 0 for performance.

sjl commented 8 years ago

Added rudimentary tracing. No support for return values yet.