]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/peg.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / peg / peg.factor
index 9ef1ac658e4ccdb96a8c6b03b51bbd5021c9147d..e90a4c60b67c21331fa91b4e283efeb95a962c56 100755 (executable)
@@ -1,11 +1,11 @@
 ! Copyright (C) 2007, 2008 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel sequences strings fry namespaces math assocs shuffle debugger io
-       vectors arrays math.parser math.order vectors combinators
-       classes sets unicode.categories compiler.units parser
-       words quotations effects memoize accessors locals effects splitting 
-       combinators.short-circuit combinators.short-circuit.smart
-       generalizations ;
+USING: kernel sequences strings fry namespaces make math assocs
+shuffle debugger io vectors arrays math.parser math.order
+vectors combinators classes sets unicode.categories
+compiler.units parser words quotations effects memoize accessors
+locals effects splitting combinators.short-circuit
+combinators.short-circuit.smart generalizations ;
 IN: peg
 
 USE: prettyprint