]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/ebnf/ebnf.factor
core: Change lines -> read-lines, contents -> read-contents, string-lines -> lines
[factor.git] / basis / peg / ebnf / ebnf.factor
index 1b1208b991838d5a5b47c8f116023771a209893f..5ba1de3373d1f47e559b433900eb3ce178586f9e 100644 (file)
@@ -488,7 +488,7 @@ ERROR: bad-effect quot effect ;
     H{
         { "dup" dup } { "nip" nip } { "over" over } ! kernel
         { "nth" nth } ! sequences
-    } [ string-lines parse-lines ] with-words ;
+    } [ lines parse-lines ] with-words ;
 
 M: ebnf-action (transform)
     ebnf-transform check-action-effect action ;