]> gitweb.factorcode.org Git - factor.git/commitdiff
peg.ebnf: fix usage of replace.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 4 Jan 2013 02:13:20 +0000 (18:13 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 4 Jan 2013 02:13:20 +0000 (18:13 -0800)
basis/peg/ebnf/ebnf.factor

index e6d7e67694d904f043d6daaa2307bdc040e8e765..ca9ab69e6c1ab4fc10ed504e0d02d9b28dad0621 100644 (file)
@@ -8,6 +8,7 @@ combinators.short-circuit lexer io.streams.string stack-checker
 io combinators parser summary ;\r
 FROM: compiler.units => with-compilation-unit ;\r
 FROM: vocabs.parser => search ;\r
+FROM: peg.search => replace ;\r
 IN: peg.ebnf\r
 \r
 : rule ( name word -- parser )\r