]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/peg.factor
Move call( and execute( to core
[factor.git] / basis / peg / peg.factor
index 01891a1da17cfd97d7854d5a593888b3847809c7..6c0772aacc3269d883872d0874b25d8beeef14d1 100644 (file)
@@ -4,7 +4,7 @@ USING: kernel sequences strings fry namespaces make math assocs
 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 generalizations call ;
+combinators.short-circuit generalizations ;
 IN: peg
 
 TUPLE: parse-result remaining ast ;