racket/collects/stepper/private
Stephen Chang c0f8f1cdb2 lazy stepper working with infinite lists
in stepper/private/marks.rkt
- in mark-binding-value, add exception handler to catch undefined vars, so
  display-mark in break works with recursive fns

in /tests/stepper/automatic-tests.rkt
                  through-tests.rkt
- add inf list example from icfp paper

in stepper/private/model.rkt
- refactor send-step to use cond instead of unless
- in send-step, when highlight-stack = null and last-rhs != null (and lhs !=
  last-rhs), send a step with lhs = last-rhs (previously skipped whenever
  highlight-stack = null)
  - basic filter example wasnt showing result without this
  - in icfp inf list example, this shows some intermediate forcing states
  - all other existing tests passed
2011-04-06 18:42:57 -04:00
..
annotate.rkt - add if tests for lazy stepper 2011-04-06 18:42:55 -04:00
beginner-defined.rkt
display-break-stuff.rkt stepper refactoring and cleanup 2010-12-08 16:37:15 -08:00
find-tag.rkt fix the algorithm for determining if a > that is typed in an 2011-03-31 17:26:03 -05:00
lazy-highlighting.rkt in stepper/private/reconstruct.rkt 2011-04-06 18:42:56 -04:00
lifting.rkt Fixed various spelling errors. 2011-02-03 17:42:33 -05:00
macro-unwind.rkt fixing some bugs 2011-04-06 18:42:57 -04:00
marks.rkt lazy stepper working with infinite lists 2011-04-06 18:42:57 -04:00
model-settings.rkt in stepper/private/reconstruct.rkt 2011-04-06 18:42:54 -04:00
model.rkt lazy stepper working with infinite lists 2011-04-06 18:42:57 -04:00
mred-extensions.rkt
my-macros.rkt more stepper cleanup 2010-12-08 16:37:15 -08:00
reconstruct.rkt lazy stepper working with infinite lists 2011-04-06 18:42:57 -04:00
shared.rkt cleanup of stepper's shared.rkt 2010-12-07 20:44:35 -08:00
testing-shared.rkt
vertical-separator-snip.rkt
xml-box.rkt Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00
xml-snip-helpers.rkt