From c34639293a611d2b475711fef38309768a0212f6 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 26 Jul 2010 12:40:32 -0400 Subject: [PATCH] peg.ebnf: minor fix --- basis/peg/ebnf/ebnf.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/peg/ebnf/ebnf.factor b/basis/peg/ebnf/ebnf.factor index b682f582ad..045b0a588d 100644 --- a/basis/peg/ebnf/ebnf.factor +++ b/basis/peg/ebnf/ebnf.factor @@ -449,7 +449,7 @@ M: ebnf-sequence build-locals ( code ast -- code ) drop ] [ [ - "FROM: locals => [let :> ; FROM: sequences => nth ; [let " % + "FROM: locals => [let :> ; FROM: sequences => nth ; FROM: kernel => nip over ; [let " % [ over ebnf-var? [ " " % # " over nth :> " %