Closed dsherry closed 11 years ago
Interface should also include helper functions to allow easy the user to easily display and reset the graph, a la
(define (reset-cfg) (set! *g* (create-cfg)))
(define (print-cfg) (pp-cfg *g*))
(Do you have to specify (ignore (print-cfg)), or should that be automatic?)
Also, @dsherry would need to implement something similar for runtime execution tracking
A feature that's more would-be-nice is manipulating and easy traversing the graph from scheme?
part of #38
I think I've added all the basics for a simple interface, specified in schlint.scm. @dsherry, I'm reassigning this to you to do something similar for execution tracking.
Adding on to progress made in #28
Includes adding "ignore" function, etc.