racket/collects/stepper
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
..
private lazy stepper working with infinite lists 2011-04-06 18:42:57 -04:00
break.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
doc.txt A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
drracket-button.rkt Rename "drscheme-button*" -> "drracket-button*"; fix bad reference to "drscheme/syncheck-drracket-button". 2010-05-16 18:26:25 -04:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
internal-docs.txt Make the stepper ignore `check-property'. 2009-11-23 20:44:47 +00:00
stepper-tool.rkt stepper refactoring and cleanup 2010-12-08 16:37:15 -08:00
stepper+xml-tool.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
view-controller.rkt improved dialog text for stepper jump failures 2011-01-10 16:41:19 -08:00
xml-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
xml-tool.rkt fix the algorithm for determining if a > that is typed in an 2011-03-31 17:26:03 -05:00