! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: io.directories io.files io.pathnames kernel make sequences vocabs.loader ; IN: vocabs.files : vocab-tests ( vocab -- tests ) [ [ vocab-tests-file [ , ] when* ] [ vocab-tests-dir [ % ] when* ] bi ] { } make ; : vocab-files ( vocab -- seq ) [ [ vocab-source-path [ , ] when* ] [ vocab-docs-path [ , ] when* ] [ vocab-tests % ] tri ] { } make ;