typed.debugger vocab with words to run optimizer. and test-mr on the underlying typed word of TYPED: definitions

db4
Joe Groff 2009-09-29 12:41:05 -05:00
parent 87b96ed421
commit 302b0a3a10
1 changed files with 8 additions and 0 deletions

View File

@ -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