peg.ebnf: minor fix
parent
3dbb8e6153
commit
c34639293a
|
@ -449,7 +449,7 @@ M: ebnf-sequence build-locals ( code ast -- code )
|
||||||
drop
|
drop
|
||||||
] [
|
] [
|
||||||
[
|
[
|
||||||
"FROM: locals => [let :> ; FROM: sequences => nth ; [let " %
|
"FROM: locals => [let :> ; FROM: sequences => nth ; FROM: kernel => nip over ; [let " %
|
||||||
[
|
[
|
||||||
over ebnf-var? [
|
over ebnf-var? [
|
||||||
" " % # " over nth :> " %
|
" " % # " over nth :> " %
|
||||||
|
|
Loading…
Reference in New Issue