Idorobots / spartan

A small Lisp dialect that serves me as a test bed for programming language features.
MIT License
14 stars 3 forks source link

Runtime instrumentation for test coverage & profiling. #116

Open Idorobots opened 3 years ago

Idorobots commented 3 years ago

Given #88 &apply could be instrumented to record coverage for each function, or profiling performance.

Idorobots commented 3 years ago

Needs #20 first

Idorobots commented 3 years ago

Also needs #33 first.