typed.debugger vocab with words to run optimizer. and test-mr on the underlying typed word of TYPED: definitions
parent
87b96ed421
commit
302b0a3a10
|
@ -0,0 +1,8 @@
|
|||
! (c)Joe Groff bsd license
|
||||
USING: typed compiler.cfg.debugger compiler.tree.debugger words ;
|
||||
IN: typed.debugger
|
||||
|
||||
: typed-test-mr ( word -- mrs )
|
||||
"typed-word" word-prop test-mr ; inline
|
||||
: typed-optimized. ( word -- )
|
||||
"typed-word" word-prop optimized. ; inline
|
Loading…
Reference in New Issue