From: John Benediktsson Date: Sat, 6 Jan 2024 04:46:13 +0000 (-0800) Subject: peg.ebnf: also remove ebnf-parser word-prop X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=7df25bc6101782093b71496399388a7da9b6d4b7 peg.ebnf: also remove ebnf-parser word-prop --- 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 ;