6 lines
151 B
Factor
6 lines
151 B
Factor
|
! Copyright (C) 2008 Slava Pestov.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
IN: compiler.tree.cleanup
|
||
|
|
||
|
: cleanup ( nodes -- nodes' ) ;
|