factor/library/test/optimizer.factor

16 lines
327 B
Factor
Raw Normal View History

2004-12-02 22:44:36 -05:00
IN: scratchpad
USE: test
USE: compiler
USE: inference
USE: words
2004-12-03 17:11:49 -05:00
USE: math
USE: combinators
2004-12-02 22:44:36 -05:00
: foo 1 2 3 ;
[ [ ] ] [ \ foo word-parameter dataflow kill-set ] unit-test
2004-12-03 17:11:49 -05:00
[ [ [ + ] [ - ] ] ] [ [ 3 4 1 2 > [ + ] [ - ] ifte ] dataflow kill-set ] unit-test
2004-12-04 23:45:41 -05:00
[ [ [ 1 ] [ 2 ] ] ] [ [ [ 1 ] [ 2 ] ifte ] dataflow kill-set ] unit-test