]> gitweb.factorcode.org Git - factor.git/blobdiff - core/vocabs/loader/loader.factor
Create basis vocab root
[factor.git] / core / vocabs / loader / loader.factor
index 51a82da96b326e43810da283e17179e93e5c9362..d51a2a88b054e877549c31823f96362f582b483b 100755 (executable)
@@ -1,15 +1,16 @@
 ! Copyright (C) 2007, 2008 Eduardo Cavazos, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: namespaces sequences io.files kernel assocs words vocabs
-definitions parser continuations summary debugger io io.styles
-hashtables sorting prettyprint source-files arrays combinators
-strings system math.parser compiler.errors splitting init ;
+definitions parser continuations io io.styles hashtables sorting
+source-files arrays combinators strings system math.parser
+compiler.errors splitting init ;
 IN: vocabs.loader
 
 SYMBOL: vocab-roots
 
 V{
     "resource:core"
+    "resource:basis"
     "resource:extra"
     "resource:work"
 } clone vocab-roots set-global