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