]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/parser/parser.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / core / math / parser / parser.factor
index 05e267f0356aad477d1adcfeb40c3dd53b4826e0..04d8fb6a413977e4bfd094554a685a0842d8f6f9 100755 (executable)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2004, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel math.private namespaces sequences strings arrays
-combinators splitting math assocs ;
+USING: kernel math.private namespaces make sequences strings
+arrays combinators splitting math assocs ;
 IN: math.parser
 
 : digit> ( ch -- n )