]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/vocabs/vocabs.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / tools / vocabs / vocabs.factor
index 1c7e8d28d2c8222546c18dfbac7cc6faa7e2d927..732a6635b77e4054af2ddc67fae21277ae577350 100755 (executable)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.\r
 ! See http://factorcode.org/license.txt for BSD license.\r
 USING: kernel io io.styles io.files io.encodings.utf8\r
-vocabs.loader vocabs sequences namespaces math.parser arrays\r
-hashtables assocs memoize summary sorting splitting combinators\r
-source-files debugger continuations compiler.errors init\r
-checksums checksums.crc32 sets accessors ;\r
+vocabs.loader vocabs sequences namespaces make math.parser\r
+arrays hashtables assocs memoize summary sorting splitting\r
+combinators source-files debugger continuations compiler.errors\r
+init checksums checksums.crc32 sets accessors ;\r
 IN: tools.vocabs\r
 \r
 : vocab-tests-file ( vocab -- path )\r