! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: byte-arrays strings sequences sequences.private fry kernel words parser lexer assocs math.order ; IN: tr : TR: scan parse-definition unclip-last [ unclip-last ] dip compute-tr [ [ create-tr ] dip define-tr ] [ [ "-fast" append create-tr ] dip define-fast-tr ] 2bi ; parsing