! Copyright (C) 2005, 2006 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: alien arrays assembler kernel kernel-internals lists math math-internals namespaces sequences words ; IN: compiler \ tag [ "in" operand tag-mask AND "in" operand tag-bits SHL ] H{ { +input { { f "in" } } } { +output { "in" } } } define-intrinsic \ type [ #! Intrinstic version of type primitive.