peg.ebnf: fix usage of replace.
parent
10e74c6066
commit
d8e8eee935
|
|
@ -8,6 +8,7 @@ combinators.short-circuit lexer io.streams.string stack-checker
|
||||||
io combinators parser summary ;
|
io combinators parser summary ;
|
||||||
FROM: compiler.units => with-compilation-unit ;
|
FROM: compiler.units => with-compilation-unit ;
|
||||||
FROM: vocabs.parser => search ;
|
FROM: vocabs.parser => search ;
|
||||||
|
FROM: peg.search => replace ;
|
||||||
IN: peg.ebnf
|
IN: peg.ebnf
|
||||||
|
|
||||||
: rule ( name word -- parser )
|
: rule ( name word -- parser )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue