From 7df25bc6101782093b71496399388a7da9b6d4b7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 5 Jan 2024 20:46:13 -0800 Subject: [PATCH] peg.ebnf: also remove ebnf-parser word-prop --- 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 ad5f75ad8b..3eb9b7d145 100644 --- a/basis/peg/ebnf/ebnf.factor +++ b/basis/peg/ebnf/ebnf.factor @@ -554,7 +554,7 @@ PREDICATE: ebnf-word < word "ebnf-quot" word-prop >boolean ; M: ebnf-word reset-word [ call-next-method ] [ "ebnf-quot" word-prop first first forget ] - [ "ebnf-quot" remove-word-prop ] tri ; + [ { "ebnf-quot" "ebnf-parser" } remove-word-props ] tri ; M: ebnf-word forget* [ call-next-method ] [ "ebnf-quot" word-prop first first forget ] bi ; -- 2.34.1