unbreak my heart, say you'll love me again, factor bootstrap

db4
Doug Coleman 2009-04-16 17:03:03 -05:00
parent 437b5b4a65
commit 5c345360d0
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
USING: accessors kernel math sorting words parser io summary
quotations sequences prettyprint continuations effects
definitions compiler.units namespaces assocs tools.walker
tools.time generic inspector fry ;
tools.time generic inspector fry tools.continuations ;
IN: tools.annotations
GENERIC: reset ( word -- )

View File

@ -27,10 +27,10 @@ SYMBOL: break-hook
\ break t "break?" set-word-prop
<PRIVATE
GENERIC: add-breakpoint ( quot -- quot' )
<PRIVATE
M: callable add-breakpoint
dup [ break ] head? [ \ break prefix ] unless ;

View File

@ -1,6 +1,6 @@
IN: ui.tools.walker
USING: help.markup help.syntax ui.commands ui.operations
ui.render tools.walker sequences ;
ui.render tools.walker sequences tools.continuations ;
ARTICLE: "ui-walker-step" "Stepping through code"
"If the current position points to a word, the various stepping commands behave as follows:"