factor/library/test/compiler/simplifier.factor

14 lines
338 B
Factor
Raw Normal View History

2004-12-14 02:57:40 -05:00
IN: scratchpad
USE: compiler
USE: test
USE: inference
USE: lists
[ [ ] ] [ [ ] simplify ] unit-test
[ [ [ #return ] ] ] [ [ [ #return ] ] simplify ] unit-test
[ [ [ #jump | car ] ] ] [ [ [ #call | car ] [ #return ] ] simplify ] unit-test
[ [ [ #return ] ] ]
[ 123 [ [ #call | car ] [ #label | 123 ] [ #return ] ] find-label ]
unit-test