From 6219cd195bcb48bbf057306153a0eb91994d6093 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 16 May 2016 15:31:43 -0700 Subject: [PATCH] peg.ebnf: locals syntax is in syntax now. --- 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 78639595eb..089762bfc6 100644 --- a/basis/peg/ebnf/ebnf.factor +++ b/basis/peg/ebnf/ebnf.factor @@ -473,7 +473,7 @@ ERROR: bad-effect quot effect ; ! so we don't pollute the manifest qualified-vocabs ! and also so restarts don't add multiple times qualified-vocabs length - "locals" { "[let" ":>" } add-words-from + "syntax" { "[let" ":>" } add-words-from "kernel" { "dup" "nip" "over" } add-words-from "sequences" { "nth" } add-words-from [ string-lines parse-lines ] dip