factor/library/test/compiler/linearizer.factor

16 lines
271 B
Factor
Raw Normal View History

IN: temporary
USE: test
USE: kernel
USE: compiler
USE: compiler-frontend
USE: inference
USE: words
2005-09-24 15:21:17 -04:00
: fie [ ] [ ] if ;
2005-12-21 02:43:41 -05:00
[ ] [ \ fie dup word-def dataflow linearize drop ] unit-test
: foo [ drop ] each-word ;
2005-12-21 02:43:41 -05:00
[ ] [ \ foo dup word-def dataflow linearize drop ] unit-test